using System.Collections.Generic; namespace ErsatzTV.Application.MediaCards { public record TelevisionSeasonCardResultsViewModel(int Count, List Cards); }