using System.Collections.Generic; namespace AdaptTablet.ErgastAPI.Model.Standing { public class StandingTable { public string Season { get; set; } public List StandingsLists { get; set; } } }