Results 2 issues of SarasovMatvey

These error cause when i try to run following code: ``` php $collection = $this->getClient()->getDatabase($this->db)->getCollection('messages'); $pipeline = $collection->createAggregator()->setBatchSize(100)->group(array('_id' => '$channelId', 'sum' => array('$sum' => 1))); $result = $collection->aggregate($pipeline, array(), false);...

bug

![image](https://github.com/vuejs/art/assets/70643618/09d2eac1-f980-4431-b5dd-9a9d5b3edc4a)