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