totalCount property
total_count is unfiltered. Callers that want a filtered count read entries.size(); a downloaded count is entries with a local_path.
Implementation
@$pb.TagNumber(2)
$core.int get totalCount => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set totalCount($core.int value) => $_setSignedInt32(1, value);