<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`MetadataCache`](MetadataCache) › [`unresolvedLinks`](MetadataCache/unresolvedLinks)
## MetadataCache.unresolvedLinks property
Contains all unresolved links. This object maps each source file to an object of unknown destinations with count. Source paths are all vault absolute paths, similar to `resolvedLinks`<!-- -->.
**Signature:**
```typescript
unresolvedLinks: Record<string, Record<string, number>>;
```