@@ -1227,7 +1227,7 @@ def federated_query(self,
12271227 query search to return an exact answer. Aggregations are useful for building
12281228 applications, because you can use them to build lists, tables, and time series.
12291229 For a full list of possible aggregrations, see the Query reference.
1230- :param int count: Number of documents to return.
1230+ :param int count: Number of results to return.
12311231 :param list[str] return_fields: A comma separated list of the portion of the
12321232 document hierarchy to return.
12331233 :param int offset: The number of query results to skip at the beginning. For
@@ -1357,7 +1357,7 @@ def federated_query_notices(self,
13571357 query search to return an exact answer. Aggregations are useful for building
13581358 applications, because you can use them to build lists, tables, and time series.
13591359 For a full list of possible aggregrations, see the Query reference.
1360- :param int count: Number of documents to return.
1360+ :param int count: Number of results to return.
13611361 :param list[str] return_fields: A comma separated list of the portion of the
13621362 document hierarchy to return.
13631363 :param int offset: The number of query results to skip at the beginning. For
@@ -1472,7 +1472,7 @@ def query(self,
14721472 query search to return an exact answer. Aggregations are useful for building
14731473 applications, because you can use them to build lists, tables, and time series.
14741474 For a full list of possible aggregrations, see the Query reference.
1475- :param int count: Number of documents to return.
1475+ :param int count: Number of results to return.
14761476 :param list[str] return_fields: A comma separated list of the portion of the
14771477 document hierarchy to return.
14781478 :param int offset: The number of query results to skip at the beginning. For
@@ -1670,7 +1670,7 @@ def query_notices(self,
16701670 query search to return an exact answer. Aggregations are useful for building
16711671 applications, because you can use them to build lists, tables, and time series.
16721672 For a full list of possible aggregrations, see the Query reference.
1673- :param int count: Number of documents to return.
1673+ :param int count: Number of results to return.
16741674 :param list[str] return_fields: A comma separated list of the portion of the
16751675 document hierarchy to return.
16761676 :param int offset: The number of query results to skip at the beginning. For
0 commit comments