values property
A map from the values of field to the number of jobs with that value in this search result.
Key: search type (filter names, such as the companyName). Values: the count of jobs that match the filter for this search.
Implementation
core.Map<core.String, core.int>? values;