*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'name' => $this->name, 'country' => $this->country, 'lat' => $this->lat, 'lng' => $this->lng ]; } }