Returns statistics for data modeling resources grouped by each space in the project.
List of spaces with associated data modeling statistics
The response for a failed request.
{- "items": [
- {
- "space": "string",
- "containers": 0,
- "views": 0,
- "dataModels": 0,
- "edges": 0,
- "softDeletedEdges": 0,
- "nodes": 0,
- "softDeletedNodes": 0
}
]
}