using System.Collections.Generic; namespace API.DTOs.Reader { public class MarkMultipleSeriesAsReadDto { public IReadOnlyList SeriesIds { get; init; } } }