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