namespace Web.ViewModel.DashboardVM { public class VisitorDataViewModel { public string? Time { get; set; } public int VisitorCount { get; set; } } }