withoutWrapping(); return [ 'station_uuid' => $this->station_uuid, 'name' => $this->description, 'address' => $this->address, 'longitude' => $this->longitude, 'latitude' => $this->latitude, 'stars' => round($this->average), 'favorite' => $this->favorite > 0 ? true : false, ]; } }