Episode
data class Episode(var data: String, var name: String? = null, var season: Int? = null, var episode: Int? = null, var posterUrl: String? = null, var score: Score? = null, var description: String? = null, var date: Long? = null, var runTime: Int? = null)(source)
Episode information that will be passed to LoadLinks function & showed on UI