namespace API.DTOs; public class SeriesByIdsDto { public int[] SeriesIds { get; init; } = default!; }