namespace API.DTOs.Statistics; public sealed record YearMonthGroupingDto { public int Year { get; set; } public int Month { get; set; } }