using ErsatzTV.Core.Search; namespace ErsatzTV.Application.MediaCards; public record TelevisionSeasonCardResultsViewModel( int Count, List Cards, SearchPageMap PageMap);