using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.MyPage.GetExpLogs; public sealed record Query( int MemberID, string Type, int Page, int PerPage ) : IQuery<Result<Response>>;