DataArray class

Is there any documentation on the DataArray class? It seems pretty important when archiving custom reports but I’m not sure how to work with it.

In particular, I’m using the sumMetricsVisits() method on individual rows returned from a query. This gives me the metrics, but I’d also like to add an additional column to the DataArray before serializing. Is this possible?