count property
The number of items in the response.
If you used a QueryFilter
in the request, then
Count
is the number of items returned after the filter was
applied, and ScannedCount
is the number of matching items
before the filter was applied.
If you did not use a filter in the request, then Count
and
ScannedCount
are the same.
Implementation
final int? count;