1 2 3 4 5 6 7 8
package services type seasonInfo struct { malID int year int seasonOrder int isCurrent bool }