{ "metadata": { "title": "Pagination Example" }, "links": [ {"rel": "self", "href": "https://example.com/?page=2", "type": "application/opds+json"}, {"rel": ["first", "previous"], "href": "https://example.com/?page=1", "type": "application/opds+json"}, {"rel": "next", "href": "https://example.com/?page=3", "type": "application/opds+json"} ], "navigation": [ { "href": "/new", "title": "New Publications", "type": "application/opds+json" } ] }