using System.Collections.Generic; using NzbDrone.Core.Books; namespace Readarr.Api.V1.Bookshelf { public class BookshelfResource { public List Authors { get; set; } public MonitoringOptions MonitoringOptions { get; set; } } }