using System.Collections.Generic; namespace Lidarr.Api.V1.Blacklist { public class BlacklistBulkResource { public List Ids { get; set; } } }