using System.Collections.Generic; namespace Readarr.Api.V1.Author { public class AuthorEditorDeleteResource { public List AuthorIds { get; set; } public bool DeleteFiles { get; set; } } }