How to retrive the image url TypeError: Cannot read properties of undefined (reading 'formats')

Is it only the image that is troubling you, other objects are returned successfully?

Check if the data returned from the Pages object is not empty, or returns null. You might find that the issue is not how you access the object values

JSON.stringify(Pages, null, 2)