Mongodb changestream getmore runs as collscans

Hello, I have a similar issue and hope this will not be considered hijacking.
I have a number of running change-streams that all appear in currentOp’s output with
“planSummary”: “COLLSCAN”
All report execution time of around 900ms.
I don’t know that the change-streams impacting the DB performance, but the currentOp’s output is worrying.
Please advise