namespace ConnectionsAPI.Models.Response; public record PagedDataResponse( int Page, int Count, int MaxCount, ICollection Data );