Is there a way to correlate a photo's internal id used by Prismic and the info we get via the API?
For example, this image has the following URL on Prismic:
https://thirdfort.prismic.io/medias/?open=Y2JlpxAAACAAHUxI
but we can this URL from the API:
How do both correlate and is there a way to reverse engineer the URL to get the
Y2JlpxAAACAAHUxI
id? Or maybe a way to expose this within the API?