namespace ErsatzTV.Core.Domain { public class TelevisionMediaCollection : MediaCollection { public string ShowTitle { get; set; } public int? SeasonNumber { get; set; } } }