If I have a collection, and I only want to return the field “name” across the entire collection - is that possible?
For example, let’s say I have the following collection and fields:
employees
- name
- job title
- phone
Instead of the entire object for the collection “employees” can I return only the field “name” for each entry?