page = 1. This query will retrieve a list of items specifically for that page. What I aim to achieve is to have the data for page = 2 pre-fetched and stored in the react-query cache in the background. This way, when users navigate to page 2, the transition is seamless with the data appearing instantly, leveraging react-query's caching capabilities.