namespace Brizco.Domain.CommandQueries.Queries;
public record GetNewsFeedsQuery(int Page , int? Count = 0) : IRequest<List<NewsFeed>>;