{
"name": "WorkflowExecutionCount",
"description": "Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions ",
"type": "object",
"properties": [
{
"name": "count",
"type": "string",
"description": "",
"required": true
},
{
"name": "truncated",
"type": "string",
"description": "",
"required": false
}
]
}