BG95-M2 neighbourcell scan

Hello Everyone,
I am working on BG95-M2 module with vodafone easyconnect sim card.

I want to acquire number of cells exists in the coverage area of the network that the module registers on .

I have used: AT+QCELLSCAN = 8 (LTE) and AT+QCELLSCAN=9(NB-IOT) network.
It wokred fine. but this commands gives me information about number of cells as well as details of each cells (this complete response is unable to handle on the microcontroller buffer into which i am reading the response of AT commands ).
Actually what i want is only the number of cells in the coverage area . Is it possible to achieve this by any other AT commands or modifying some configuration commnds so i get only the number of cells in the coverage area ?

Regards,
BD