AntiPattern
Nested Property Mismatch
nested-property-path-mismatch
Nested objects are accessed at the wrong shape/path (e.g., items[0] vs price vs product vs metadata), so code can’t find lookup fields or identifiers and must reshape data or re-fetch dependencies. Cascades into immutable object updates and fragile deep property traversal limits.