import Foundation struct Station: Codable, Identifiable { var id: Int var name: String }