### What do you want? Currently, Helix QL allows users to retrieve a node or a vector by specifying its ID using the syntax: * `N<Type>(node_id)` to get a node * `V<Type>(vector_id)` to get a vector However, there is no native way to retrieve **all nodes or all vectors** of a particular type without specifying individual IDs. ### Feature Area Query Language ### Additional context _No response_