using Application.Abstractions.Messaging; namespace Application.Features.Api.Paper.GetLedger; public sealed record Query(int MemberID, int Page, int PerPage) : IQuery<Response>;