It would be great if i can get a query in MTM/VSTS to pull out testing metrics with the below hierarchy:
Test suite(ID: 1) -> Test cases (ID: 11,12,13,14) -> Shared steps/Bugs(ID: 21, 22)
As of now i am using two different queries to achieve this. (one for extracting Test cases from Test suite and another for extracting Shared steps/bugs from Test case.) I need a single query for this so that i have single report as below:

Thanks in advance.
