chore: regens API reference docs (#889)

diff --git a/docs/dyn/analytics_v3.data.realtime.html b/docs/dyn/analytics_v3.data.realtime.html
index 443500e..e74a988 100644
--- a/docs/dyn/analytics_v3.data.realtime.html
+++ b/docs/dyn/analytics_v3.data.realtime.html
@@ -100,16 +100,16 @@
         "A String",
       ],
     ],
-    "totalResults": 42, # The total number of rows for the query, regardless of the number of rows in the response.
     "totalsForAllResults": { # Total values for the requested metrics over all the results, not just the results returned in this response. The order of the metric totals is same as the metric order specified in the request.
       "a_key": "A String", # Key-value pair for the total value of a metric. Key is the metric name and the value is the total value for that metric.
     },
     "id": "A String", # Unique ID for this data response.
+    "totalResults": 42, # The total number of rows for the query, regardless of the number of rows in the response.
     "query": { # Real time data request query parameters.
-      "max-results": 42, # Maximum results per page.
       "sort": [ # List of dimensions or metrics based on which real time data is sorted.
         "A String",
       ],
+      "max-results": 42, # Maximum results per page.
       "dimensions": "A String", # List of real time dimensions.
       "ids": "A String", # Unique table ID.
       "metrics": [ # List of real time metrics.