# enterprise-comment-overview

From **GitHub v3 REST API**.

- Type: `object`

## Properties

### `total_commit_comments`

- Required: true
- Type: `integer`

### `total_gist_comments`

- Required: true
- Type: `integer`

### `total_issue_comments`

- Required: true
- Type: `integer`

### `total_pull_request_comments`

- Required: true
- Type: `integer`

## JSON Schema

```json
{"properties":{"total_commit_comments":{"type":"integer"},"total_gist_comments":{"type":"integer"},"total_issue_comments":{"type":"integer"},"total_pull_request_comments":{"type":"integer"}},"required":["total_commit_comments","total_gist_comments","total_issue_comments","total_pull_request_comments"],"title":"Enterprise Comment Stats","type":"object"}
```
