$this->id, 'title' => $this->title, 'body' => $this->body, 'added' => $this->added, 'user' => new UserResource($this->whenLoaded('user')) ]; } }