namespace ErsatzTV.Application.MediaCollections; public record MultiCollectionViewModel( int Id, string Name, List Items, List SmartItems);