We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eceb67e + de59819 commit 23fc68eCopy full SHA for 23fc68e
src/GraphRequest.ts
@@ -600,7 +600,7 @@ export class GraphRequest {
600
* @param {boolean} isCount - The count boolean
601
* @returns The same GraphRequest instance that is being called with, after adding the boolean value for the $count query option
602
*/
603
- public count(isCount: boolean = false): GraphRequest {
+ public count(isCount: boolean = true): GraphRequest {
604
this.urlComponents.oDataQueryParams.$count = isCount.toString();
605
return this;
606
}
0 commit comments