public record ApiResponse(bool Success, T Data, string? Error); public record PagedResponse(List Items, int TotalCount, int Page, int PageSize);