I want to be able to exclude [&extractedText] from my retrievals because it seems to slow down the web app I'm writing. But there does not appear to be a way to exclude fields.
I have been working with the &resultFields= operation you provide. I could have gotten the result I wanted by retrieving objects.object.thumbnail without retrieving objects.object.file. Except when I do that, the file path of the thumbnail changes to the unusable "https://catalog.archives.gov/catalogmedia/".
After trying that I thought that maybe I could get the right thumbnail path to appear if I pulled the objects.object.file["@path"] field. But trying that field, along with any other field in brackets gives me an invalid field error. It would be very helpful to be able to use these fields in &resultFields.
Thanks for considering this idea.