# VersionIssuesStatus
## Properties
**unmapped** | Option<**i64**> | Count of issues with a status other than *to do*, *in progress*, and *done*. | [optional][readonly]
**to_do** | Option<**i64**> | Count of issues with status *to do*. | [optional][readonly]
**in_progress** | Option<**i64**> | Count of issues with status *in progress*. | [optional][readonly]
**done** | Option<**i64**> | Count of issues with status *done*. | [optional][readonly]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)