namespace ErsatzTV.Application.MediaCollections; public record PagedMultiCollectionsViewModel(int TotalCount, List Page);