File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ query| restrict results by the specified JSON query | `String` | No |
93
93
resultCount| return the result count for this query | ` Boolean ` | No |
94
94
setOfFields| specify the set of fields to include or exclude in each document (1 - include; 0 - exclude) | ` Object ` | No |
95
95
findOne| return a single document from the result set (same as findOne() using the mongo shell) | ` Boolean ` | No |
96
- sortOrder| specify the order in which to sort each specified field (1- ascending; -1 - descending) | ` Object ` | No |
96
+ sortOrder| specify the order in which to sort each specified field (1- ascending; -1 - descending) | ` String ` | No |
97
97
skipResults| number of documents to skip | ` Number ` | No |
98
98
limit| number of documents to return | ` Number ` | No |
99
99
You can’t perform that action at this time.
0 commit comments