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.
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.