namespace AMREZ.EOP.Contracts.DTOs.Common; public sealed record PagedResponse(int Page, int PageSize, int Total, IReadOnlyList Items);