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