*/ public function carOwner(): HasOneThrough { return $this->hasOneThrough(User::class, Car::class); } }