namespace ErsatzTV.Core.AggregateModels
{
public record MediaCollectionSummary(int Id, string Name, int ItemCount, bool IsSimple);
}