*/ public function toArray(Request $request): array { //return parent::toArray($request); return [ 'Date' => $this->BIL_DATE, 'Titre' => $this->BIL_TITRE, 'Contenu' => $this->BIL_CONTENU, 'Commentaires' => CommentaireResource::collection($this->commentaires), ]; } }