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