Hi all π I'm making a request to the API with fields: "additional_images.directus_files_id" and the response is:
"additional_images": [
{
"directus_files_id": "eeeb4f71-5469-4c6d-b90d-75b998288e85"
},
{
"directus_files_id": "ec0346f5-19b3-47af-b908-f318bfef8ff4"
}
]
Is there a way to remove or rename the key 'directus_files_id' without having to re-process the whole response? I'm building a public-facing API and want to avoid re-mapping all the fields to keep it as clean and quick as possible.