namespace API.DTOs.Reader { public class MarkReadDto { public int SeriesId { get; init; } } }