using kehati.Models; namespace kehati.Models; public class HomeViewModel { public StatistikHomeModel Statistik { get; set; } = new(); public List FeaturedLocations { get; set; } = new(); public List FeaturedSpesies { get; set; } = new(); }