count property

int? count
getter/setter pair

The total count of documents that match target_id.

If different from the count of documents in the client that match, the client must manually determine which documents no longer match the target.

Implementation

core.int? count;