I was wondering if there is a way to do a getAll request in the Javascript client and only include title and slug? According to the API docs (https://www.storyblok.com/docs/api/content-delivery#core-resources/stories/retrieve-multiple-stories) there’s a method of setting excluded fields only. There’s a LOT of them so that’s a bit annoying. A field whitelist would be equally as useful, if not more useful.
I’m generating a list of pages in Next.js via getStaticPaths so having this feature for just a lookup instead of pulling down the whole structure would have a big performance benefit.
On a separate note it seems that I get a 500 error (with no other information) when I include excluding_fields, so that’s a completely separate question I suppose.