$this->id, 'subject' => $this->subject, 'locked' => $this->locked, 'forumid' => $this->forumid, 'sticky' => $this->sticky, 'hlcolor' => $this->hlcolor, 'views' => $this->views, 'user' => new UserResource($this->whenLoaded('user')), 'lastPost' => new PostResource($this->whenLoaded('lastPost')), 'firstPost' => new PostResource($this->whenLoaded('firstPost')), ]; } }