package transfers type EpisodePayload struct { Title string Season int Episode int Description string Rating float64 }