2.8 · Challenge

Build a Paginated Tool

In the previous lesson, you learned about pagination and how to use Neo4j's SKIP and LIMIT clauses to fetch data in manageable chunks.

In this challenge, you will implement a paginated tool that allows users to browse through movies in a specific genre, page by page.