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