# ChunkRelationshipSummary

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-02-chunking/chunk-relationship-graph.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-02-chunking/chunk-relationship-graph.ts#L285)

Summary of chunk relationships

## Properties

| Property | Type |
|---|---|
| `totalNodes` | `number` |
| `totalEdges` | `number` |
| `mostConnectedChunks` | `Array<{ chunk: ChunkNode; connections: number }>` |
| `clusters` | `ChunkCluster[]` |
| `crossCuttingChunks` | `string[]` |
| `importRelationships` | `number` |
| `extendsRelationships` | `number` |
| `implementsRelationships` | `number` |
