select($column)->get(); } public function find($id){ return City::query()->find($id); } }