$this->id, 'comments' => new CommentCollection($this->whenLoaded('comments')), 'author' => new AuthorResource($this->whenLoaded('author')), 'author_name' => $this->whenLoaded('author', function () { return $this->author->name; }), ]; } }