import Foundation struct CapImage: Codable, Equatable, Hashable { let cap: Int let version: Int }