API Endpoint or Feature
For the sake of completeness, the JSON data returned by the books/read API endpoint /api/books/{id} (docs) should contain a list of chapters in the particular book, similar as shelves/read contains a list of books and chapters/read contains a list of pages.
Use-Case
When getting the info about a particular book via the /api/books/{id} API endpoint, it would be nice to have the list of chapters included in the JSON data.
Additional context
No response
API Endpoint or Feature
For the sake of completeness, the JSON data returned by the books/read API endpoint
/api/books/{id}(docs) should contain a list of chapters in the particular book, similar as shelves/read contains a list of books and chapters/read contains a list of pages.Use-Case
When getting the info about a particular book via the
/api/books/{id}API endpoint, it would be nice to have the list of chapters included in the JSON data.Additional context
No response