struct Images: Codable {

let err: String?
let images: [String: String]?
let status: Int?

}