We now have a "return types" query argument on endpoints:
*leaves
*neighbors
*visit/nodes
*random walk.
This allows us to filter the returned nodes by discriminating the nodes returned during the visit by a set of node types.
The argument is a string that takes the form :
"*" or "nodetype" or "nodetype,nodetype...."