data class SeasonArchive
SeasonArchive(year: Int, seasons: List<String>)
Seasons on that year.
val seasons: List<String>
Year of the season.
val year: Int