namespace API.DTOs.Statistics; public class StatCount : ICount { public T Value { get; set; } = default!; public long Count { get; set; } }