AdjacentBooksResponse
Response containing adjacent books in the same series
Returns the previous and next books relative to the requested book, ordered by book number within the series.
next object
oneOf
- null
- BookDto
null
prev object
oneOf
- null
- BookDto
null
AdjacentBooksResponse
{
"next": "null",
"prev": "null"
}