get_statistics
readSince v1.0Get model-wide statistics: node and relationship counts by type, most connected nodes, and property completeness. Useful for a quick model overview.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
locale | String | — | [get_statistics] Optional locale code to return translated type names. |
Example Request
{}Example Response
{"total_nodes": 59, "total_relationships": 58, "counts_by_type": {"Feature": 47, "Component": 12}, "most_connected": [{"id": "uuid-1", "label": "Auth Service", "degree": 14}]}