struct Price {
   var USD: Double
   var CAD: Double

   static let currencies = 2
}
print(Price.currencies)  // 2