@JsonClass(true) data class Media : Parcelable
Media(type: String?, oEmbed: OEmbed?)
val oEmbed: OEmbed?
val type: String?