pub type QueryPath = SmallVec<[usize; 4]>;
This points to a particular subquery inside a query
pub struct QueryPath { /* private fields */ }