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