*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'title' => $this->title, 'content' => $this->content, 'party_cate' => $this->whenLoaded('partyCate') ]; } }