user(); return [ 'id' => $this->id, 'title' => $this->title, 'created_at' => $this->created_at->format('Y-m-d '), 'isFavorited' => $this->isFavoritedBy($user), 'type' => 'policy', 'area_id' => $this->areas()->pluck('china_area_id'), ]; } }