@JsonClass(true) data class ImageDetail : Parcelable
ImageDetail(url: String, width: Int, height: Int)
val height: Int
val url: String
val width: Int