using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Developers.Stats.UsageStats; public sealed record Query(int OwnerMemberID, int Days) : IQuery>;