namespace TV_Player.MAUI { [Serializable] public class GroupInfo { public string Name { get; set; } public int Count { get; set; } } }