Immich API search/metadata. How to get optional response body items?
My question isn't about the setup, so I've excluded my docker-compose.yml and .env files.
I've been having a play with the image API and I've managed to work out most of what I'm wanting to do, but there's one thing I've not been able to get to work and I can't find any guidance on it in the documentation.
Not sure if it's relevant but the majority of my assets are stored in an external library that is mounted to the Immich container.
I've been using the searchAssets [https://immich.app/docs/api/search-assets] (search/metadata) endpoint to pull out data about all my assets. But the items array only seems to contain the non-optional data.
Specifically, I'm looking to pull out the exifInfo along with the results. This appears as a sub-object of the 'items' object array in the documentation but I've yet been able to pull it out. Can anyone help please?