using System.Collections.Generic; namespace ErsatzTV.Core.Domain { public class Show : MediaItem { public List Seasons { get; set; } public List ShowMetadata { get; set; } } }