using System.Collections.Generic; namespace ErsatzTV.Application.MediaCollections { public record PagedTraktListsViewModel(int TotalCount, List Page); }