code that manipulates collections/lists, such as checking their size/length, indexing/accessing elements, iterating/mapping over them, and handling pagination.
Looking at the activations, this neuron strongly activates on code patterns where data structures are being accessed, assigned, or checked, particularly:
- Property access chains (e.g., `data.length`, `state.data`, `result.data.restaurants`)
- Assignment operations