using System.Collections.Generic; namespace ErsatzTV.Core.Domain { public class SimpleMediaCollection : MediaCollection { public IList Items { get; set; } } }