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