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