I need to get the total count of businesses in a particular state. My schema is designed such that business vertex is connected to suburb vertex via an edge. And then suburb to region and then region to state. Now each state will have multiple regions and each region will have multiple suburbs. Given the state name, I need to get all the businesses in it via regions and suburbs. Is there a way to fetch it in one query?