using System.Collections.Generic; namespace AdaptTablet.ErgastAPI.Model.Constructor { public class ConstructorTable { public List Constructors { get; set; } } }