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