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