public struct Item: Codable {
        public let url:     String
        public let height:  Int
        public let width:   Int
    }