namespace API.DTOs.Statistics; public class StatCount : ICount { public T Value { get; set; } public int Count { get; set; } }