*Following the [changes related to Meilisearch v1.13.0 mega issue](https://github.com/meilisearch/integration-guides/issues/314):* ## Description Update the [`stats` object](https://www.meilisearch.com/docs/reference/api/stats#stats-object?utm_campaign=oss&utm_source=github) to include the new **documents database metrics**. For further reference, see the related [Meilisearch engine issue](https://github.com/meilisearch/meilisearch/issues/5319). ## Specifications - [ ] Modify the stats API to include `indexes.INDEXNAME.rawDocumentDbSize` in SDK responses - [ ] Modify the stats API to include `indexes.INDEXNAME.avgDocumentSize` in SDK responses