using System.Collections.Generic; namespace Lidarr.Api.V1.Albums { public class AlbumsMonitoredResource { public List AlbumIds { get; set; } public bool Monitored { get; set; } } }