# PlanLimits
## Properties
**current_events** | **i64** | Events consumed this period. |
**current_members** | **i64** | Current team member count. |
**current_workflows** | **i64** | Current workflow count. |
**max_events** | Option<**u64**> | Max events/month (null = unlimited). | [optional]
**max_team_members** | Option<**u32**> | Max team members (null = unlimited). | [optional]
**max_workflows** | Option<**u32**> | Max workflows (null = unlimited). | [optional]
**plan** | [**models::Plan**](Plan.md) | Current plan tier. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)