using Application.Abstractions.Messaging; namespace Application.Features.Admin.Developers.GlobalStats; public sealed record Query(int Days) : IQuery;