# Sub Action Aggregates

## Properties

<table data-header-hidden><thead><tr><th width="269">Property</th><th>Description</th></tr></thead><tbody><tr><td>subAction<br><em><mark style="color:blue;">string</mark></em></td><td>Sub action type name</td></tr><tr><td>subActionId<br><em><mark style="color:blue;">integer</mark></em></td><td>Unique id of a specific sub action type</td></tr><tr><td>subActionAggregate<br><em><mark style="color:blue;">integer</mark></em></td><td>Number of times a specific sub action was recorded during a match</td></tr></tbody></table>

```json
{
   "subAction": "Blocked",
   "subActionId": 11103,
   "subActionAggregate": 4
}
```
