namespace MVC_SimpleCRUD_Layered.Application.Models; public record PagedList(List Data, PagingInfo PagingInfo);