arangosh> var examples = require("@arangodb/graph-examples/example-graph.js"); arangosh> var graph = examples.loadGraph("routeplanner"); arangosh> graph._countCommonProperties({}, {}, {vertex1CollectionRestriction : 'germanCity', ........> vertex2CollectionRestriction : 'germanCity' ,ignoreProperties: 'population'}); [ { "frenchCity/Lyon" : 4 }, { "frenchCity/Paris" : 4 }, { "germanCity/Berlin" : 4 }, { "germanCity/Cologne" : 4 }, { "germanCity/Hamburg" : 4 } ]