Im trying to do an insert query nd then check the result using the statistics('written_rows') method to see how many rows have been written. However, even though I do see the X-ClickHouse-Summary header in ClickHouseDB\Transport\CurlerResponse, the statistics method keeps returning null.

just wondering if summary is even included in the statistic because its uses just body from the curl response
Do we need to create a new method on Statement like summary($key) or include the summary in statistics