How does select method work?

You can look into the Parse Server / Parse JS SDK source for select to answer this question.

The keys are not returned by the DB, because select translates into field projection.

1 Like