$this->id, 'place_id' => $this->place_id, 'key' => data_get($this->whenLoaded('place'), 'key'), 'name' => $this->name, 'picture' => $this->picture, 'link_config' => $this->link_config, 'sort' => $this->sort, 'published_at' => $this->published_at ? $this->published_at->timestamp : '', 'created_at' => $this->created_at->timestamp, ]; } }