match (l {name: '54.230.141.207'})<-[r1]-(n)-[r]->(m {name: '184.25.56.107'}) return l, r1, n, r, m;
match (l {name: '54.230.141.207'})<-[r1]-(n)-[r]->(m {name: '54.230.141.216'}) return n;
match (l {name: '54.230.141.207'})<-[r1]-(n)-[r]->(m {name: '54.230.141.216'}) return n.name;
match (n {_type: 'c2'}) return n;
match (n {_type: 'c2'}) return count(n);
match (n)-[r]->(m) where m._type = 'c2' return n, r, m;