*/ public function toArray(Request $request): array { return [ "name" => $this->name, "author_id" => $this->author->id ]; } }