package types type Team struct { Slug string Abbreviation string DisplayName string Color string AlternateColor string Logo string } type Sport struct { Name string Teams []Team }