Manage storage field relations with a dedicated interface.
Example relationships:
Products → Categories
Articles → Authors
Orders → Customers
Fetching options:
| Mode | Use Case | |------|----------| | Eager | Always-needed relations | | Lazy | Optional data | | Reference-only | IDs without expansion |
UI features:
Visual representation - See all relationships clearly
Usage tracking - Which blocks use which relations
Bidirectional - Define once, navigate both directions
Sample data browser - Verify relations connect correct records