I have an API that returns 5000 images and I want to get the 1st image from each album with an even ID in React using Fetch? here is my code so far, thanks.