total property

UnsignedInt? total

total If a set of search matches, this is the total number of entries of type 'match' across all pages in the search. It does not include search.mode = 'include' or 'outcome' entries and it does not provide a count of the number of entries in the Bundle.

Implementation

UnsignedInt? get total => _bundle.total;