count property
The number of items in the response.
If you set ScanFilter 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 is the
same as ScannedCount.
Implementation
final int? count;