*/ protected $returnType = Actor::class; #[Override] public function getActorById(int $id): ?Actor { return $this->find($id); } }