using Model; using System.Collections.Generic; namespace Web.ViewModel.CmsVM { /// /// Main ViewModel for the unified CMS Dashboard. /// Holds all entity lists for tabs + counts for overview. /// public class CmsDashboardViewModel { // ── Entity Lists (for tab content) ── public List Pages { get; set; } = new(); public List Banners { get; set; } = new(); public List