using System; using UnivateProperties_API.Model.Misc; namespace UnivateProperties_API.Containers.Misc { public class CarouselList : Carousel { public string Address { get; set; } public bool IsProperty { get; set; } public int Bedrooms { get; set; } public int Sleeps { get; set; } public DateTime Arrival { get; set; } public DateTime Departure { get; set; } } }