*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'title' => $this->post->title, 'images' => $this->images, 'created_at' => $this->created_at ]; } }