using System.Collections.Generic; namespace NzbDrone.Core.Model.Sabnzbd { public class SabCategoryModel { public List categories { get; set; } } }