struct Town {
    let id: String
    var name: String?
    var countryCode: String?