using System.Collections.Generic; namespace NzbDrone.Core.Notifications.Xbmc.Model { public class TvShowResult { public Dictionary Limits { get; set; } public List TvShows; } }