# CountResource


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **number** | The number of items | [default to undefined]

## Example

```typescript
import { CountResource } from 'chatkitty';

const instance: CountResource = {
    count,
};
```

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