Search list with mutual count (2nd try)
I have created fresh dataset to explain my desired result. and here is the link Or you can trigger this command using cypher. create (_6 {UserName:"dhansukh", UserProfileID:'1000', EMailID:'f@xyz.com'}), (_5 {UserName:"dhruv", UserProfileID:'516', EMailID:'e@xyz.com'}), (_4 {UserName:"dharmistha", UserProfileID:'5262', EMailID:'d@xyz.com'}), (_3 {UserName:"dinesh", UserProfileID:'995', EMailID:'c@xyz.com'}), (_2 {UserName:"dharmesh", UserProfileID:'502', EMailID:'b@xyz.com'}), (_1 {UserName:"manish", UserProfileID:'1', EMailID:'a@xyz.com'}), _1-[:friends {ApprovalStatus: 1} ]->_2, _1-[:friends