public class StoreIndexViewModel { public int NumberOfGenres { get; set; } public List Genres { get; set; } }