*/ public function toArray(Request $request): array { return [ 'url' => $this->url, 'name' => $this->name, 'description' => $this->description, 'rating' => $this->rating, 'count' => $this->block_count, 'link' => "/location/" . $this->uuid, ]; } }