hi there,
basically, I am counting the paths between node X-->A, X-->B, and X-->C, and returning them at the same time. To do this I used path expand all. I placed each path count as a subquery.
match Xmatch Amatch Bmatch C
call { path expand X-->...