using System.Collections.Generic; namespace nuget_host.Models.ApiKeys { public class IndexModel { public List ApiKey { get; set; } } }