$this->id, 'title' => $this->title, 'description' => $this->description, 'isPublic' => $this->is_public, 'publishedOn' => $this->publication_date, 'owner' => new UserResource($this->whenLoaded('owner')), // Charge la ressource User si l'owner est chargé ]; } }