namespace API.DTOs.OPDS.Requests; public interface IOpdsPagination { public int PageNumber { get; init; } }