namespace QuizMaster.Response { internal class CategoryInfo { public string Category { get; set; } = ""; public int Total { get; set; } } }