Hey all, I am testing out the new ts-chart-sdk and think I found an issue with the common.types.ts. Per the doc, QueryData.data is supposed be an array of DataArray and if I run the code through a debugger, this seems correct. However the common.types.ts shows QueryData.data as DataPointsArray which doesn't seem to align: