using System.Collections.Generic; namespace API.DTOs.Reader; public class BulkRemoveBookmarkForSeriesDto { public ICollection SeriesIds { get; init; } = default!; }