# GroupAllOfCount


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**members** | **number** |  | [default to undefined]
**interests** | **number** |  | [default to undefined]
**events** | **number** |  | [default to undefined]

## Example

```typescript
import { GroupAllOfCount } from '@connectedxm/admin-sdk';

const instance: GroupAllOfCount = {
    members,
    interests,
    events,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
