···29293030
31313232+- The `nextCursor` is the timestamp of the last item of the page. The "next" page will only fetch items that are older than the `nextCursor`.
3333+- The `prevCursor` is the timestamp of the first item of the page (or the current timestamp). The "prev" page will only fetch items that are newer than the `prevCursor`.
3434+3235## API Endpoint
33363437Your API endpoint should return at minimum: