package model type AnimeEpisode struct { Anime string Episode int }