get_statistics
readSeit v1.0Get model-wide statistics: node and relationship counts by type, most connected nodes, and property completeness. Useful for a quick model overview.
Parameter
| Name | Typ | Pflichtfeld | Standard | Beschreibung |
|---|---|---|---|---|
locale | String | — | [get_statistics] Optional locale code to return translated type names. |
Beispielanfrage
{}Beispielantwort
{"total_nodes": 59, "total_relationships": 58, "counts_by_type": {"Feature": 47, "Component": 12}, "most_connected": [{"id": "uuid-1", "label": "Auth Service", "degree": 14}]}