# ProjectCounts


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cases** | **number** |  | [optional] [default to undefined]
**suites** | **number** |  | [optional] [default to undefined]
**milestones** | **number** |  | [optional] [default to undefined]
**runs** | [**ProjectCountsRuns**](ProjectCountsRuns.md) |  | [optional] [default to undefined]
**defects** | [**ProjectCountsDefects**](ProjectCountsDefects.md) |  | [optional] [default to undefined]

## Example

```typescript
import { ProjectCounts } from 'qase-api-client';

const instance: ProjectCounts = {
    cases,
    suites,
    milestones,
    runs,
    defects,
};
```

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