How to add data to the SDK_CRAWLER_STATISTICS

I want to add some counts to the SDK_CRAWLER_STATISTICS json. I found the solution to create a own file like this
await KeyValueStore.setValue("statistics", statistics);
but i would prefer to add it to the existing statistics
Was this page helpful?