namespace Flawless.Communication.Response; public record PaginatedResponse(List Results, int TotalCount, int Page, int PageSize);