using MediatR; namespace Application.Features.Popup.Search { public sealed record Query(int PageNum, ushort PerPage) : IRequest; }