Filter ({{ numberOfResults$ | async }})
State: {{ criteria.state }}
City: {{ criteria.city.name }}
Price: {{ criteria.minPrice || 'Any' }} - {{ criteria.maxPrice || 'Any' }}
Categories: {{ criteria.types.join(', ') }}
Title: {{ criteria.title }}
Broker: {{ criteria.brokerName }}
@if(criteria.criteriaType==='commercialPropertyListings') {
}