*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'title' => $this->title, 'picture' => $this->picture, 'description' => $this->description, 'place_id' => $this->place_id, 'link_config' => $this->link_config, ]; } }