using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Store.Games.Browse; public sealed record Query(string? Keyword = null, string? Sort = null) : IQuery>;