data class UserProfilePhotos
UserProfilePhotos(count: Int, photos: List<Photo>)
val count: Int
val photos: List<Photo>