namespace ErsatzTV.Application.MediaCollections; public record MediaCollectionSummaryViewModel(int Id, string Name, int ItemCount, bool IsSimple);