When getting a cursor from a query, data are fetched by batches using getMore commands.
In order to present that correctly, we should group all the getMore command after the initial command and show the number of getMore commands that have been sent.