Hey.
I was looking for a way to get all projects and proejct names..
So after looking through the documentation i tried
all_projects = sg.find("Project",filters=[],fields=[])
to get all projects and project names but it turned out that this did not return the names. Only if i put "name" in the fields.
Why is that so? Can't I queue all data about "project" in a single request?