When my API returns hundreds of objects in a response, I want to display only one object at a time on a page. The page includes two buttons - Previous and Next - that allow users to navigate between objects. How can I efficiently manage this data retrieval process within a single HTTP response? What is the recommended approach in Vue.js for accomplishing this task?