package domain type League struct { ID int64 Name string CountryCode string Bet365ID int32 IsActive bool }