# `PolarExpress.Schemas.PropertyAggregation`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/property_aggregation.ex#L2)

PropertyAggregation

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.PropertyAggregation{
  func: String.t() | nil,
  property: String.t() | nil
}
```

* `func` - Possible values: `sum`, `max`, `min`, `avg`.
* `property`

# `schema_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
