Read ONE entity with its sub-resources nested in a single call.
Convenience over well_get_schema + well_query_records: resolves the field paths
for you and returns the single record with its related data expanded.
depth (relation-nesting BOUNDARY, 1-3, default 1):
1 = the entity + its direct sub-resources (emails, phones, locations, …)
2 = + the sub-resources' related scalars
3 = the full level-3 graph (LARGER payload — use when you need the whole picture)
Stops at depth 3. Aggregates are excluded. Each child collection is
capped at 50 rows; for a full list or to page a large child
collection, use well_query_records on that child root instead.
Connector