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