$this->id, 'psgc_code' => $this->psgc_code, 'code' => $this->code, 'name' => $this->name, 'urban_rural' => $this->urban_rural, 'city_municipality_id' => $this->city_municipality_id, 'centroid' => $this->centroid ? [ 'lat' => $this->centroid->latitude, 'lng' => $this->centroid->longitude, ] : null, 'city_municipality' => CityMunicipalityResource::make($this->whenLoaded('cityMunicipality')), ]; } }