Currently working on a photo gallery project using Vue and Unsplash API. I am looking to implement an infinite scroll feature for loading images. The API I have is structured like this: "https://api.unsplash.com/photos?page=1". How can I set it up so that when I reach the end of the page, new photos are fetched from "https://api.unsplash.com/photos?page=2"?