using System.Collections.Generic; namespace API.DTOs.Collection; public class DeleteCollectionsDto { public IList CollectionIds { get; set; } }