namespace WeatherForecast.Models { public class ShopItemModel : PostItemModel { public List Images { get; set; } public string Sku { get; set; } public int Rating { get; set; } public int Price { get; set; } public int NewPrice { get; set; } public int Quantity { get; set; } } }