returnTotalResultsCount property

bool? returnTotalResultsCount
getter/setter pair

If true, the total number of results that match the query ignoring the LIMIT clause will be included in the response.

Default is false.

Implementation

core.bool? returnTotalResultsCount;