def city
      return '' unless @data['adm_div']
      @data['adm_div'].select{|u| u["type"] == "city"}.first.try(:[], 'name') || ''
    end