struct Image
init(height: Int, proxyUrl: String, url: String, width: Int)
var height: Int
var proxyUrl: String
var url: String
var width: Int