namespace API.DTOs.Statistics; public interface ICount { public T Value { get; set; } public long Count { get; set; } }