| Name | Type | Description | Notes |
|---|---|---|---|
| impressions | Option<i32> | Times the post was shown | [optional] |
| reach | Option<i32> | Unique members who saw the post | [optional] |
| likes | Option<i32> | Reactions on the post | [optional] |
| comments | Option<i32> | Comments on the post | [optional] |
| shares | Option<i32> | Reshares of the post | [optional] |
| clicks | Option<i32> | Clicks on the post (organization accounts only) | [optional] |
| views | Option<i32> | Video views (video posts only) | [optional] |
| engagement_rate | Option<f64> | Engagement rate as percentage | [optional] |