Hi,
When I return numbers from a Cypher query, such as the number of followers of a node or the Count of a group of nodes, it returns it as { low: [the value is here], high: 0 }.
How can we avoid this? It makes it somewhat of a headache to extract th...