# ChannelContentAllOfCount


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**likes** | **number** |  | [default to undefined]
**activities** | **number** |  | [default to undefined]

## Example

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

const instance: ChannelContentAllOfCount = {
    likes,
    activities,
};
```

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