Description
The "counter" index maintains an approximate node counter.
If this index is available, for some queries that contain a path restriction, traversing is sometimes faster than using the index.
If the index is not available, typically traversal should not be used. However, it looks like for some reason traversal is used for some queries (I need to investigate in what cases exactly, and why). This need to be fixed.