# TaskCountResponse
## Properties
**num_tasks** | Option<**i32**> | The number of tasks in a project. | [optional]
**num_incomplete_tasks** | Option<**i32**> | The number of incomplete tasks in a project. | [optional]
**num_completed_tasks** | Option<**i32**> | The number of completed tasks in a project. | [optional]
**num_milestones** | Option<**i32**> | The number of milestones in a project. | [optional]
**num_incomplete_milestones** | Option<**i32**> | The number of incomplete milestones in a project. | [optional]
**num_completed_milestones** | Option<**i32**> | The number of completed milestones in a project. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)