UnitOrRange
Count as a single `value`, a `min`/`max` range, or both, of a discrete
quantity (e.g. number of properties or units in a portfolio). The fields are
independent and all optional.
Display precedence: when both are present, prefer value (the headline number);
fall back to min/max for indicative display.
- maxType: null | number | string
Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: doublemin:0Maximum count.
- minType: null | number | string
Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: doublemin:0Minimum count.
- valueType: null | number | string
Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: doublemin:0Single-point count (the headline number, or the midpoint of a range).