chore: regens API reference docs (#889)

diff --git a/docs/dyn/analytics_v3.data.mcf.html b/docs/dyn/analytics_v3.data.mcf.html
index 583b1f9..c87ad7f 100644
--- a/docs/dyn/analytics_v3.data.mcf.html
+++ b/docs/dyn/analytics_v3.data.mcf.html
@@ -117,32 +117,10 @@
       ],
     ],
     "containsSampledData": True or False, # Determines if the Analytics data contains sampled data.
-    "totalResults": 42, # The total number of rows for the query, regardless of the number of rows in the response.
-    "itemsPerPage": 42, # The maximum number of rows the response can contain, regardless of the actual number of rows returned. Its value ranges from 1 to 10,000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
     "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.
     },
-    "nextLink": "A String", # Link to next page for this Analytics data query.
-    "sampleSize": "A String", # The number of samples used to calculate the result.
-    "id": "A String", # Unique ID for this data response.
-    "query": { # Analytics data request query parameters.
-      "max-results": 42, # Maximum results per page.
-      "sort": [ # List of dimensions or metrics based on which Analytics data is sorted.
-        "A String",
-      ],
-      "dimensions": "A String", # List of analytics dimensions.
-      "start-date": "A String", # Start date.
-      "start-index": 42, # Start index.
-      "segment": "A String", # Analytics advanced segment.
-      "ids": "A String", # Unique table ID.
-      "metrics": [ # List of analytics metrics.
-        "A String",
-      ],
-      "samplingLevel": "A String", # Desired sampling level
-      "filters": "A String", # Comma-separated list of dimension or metric filters.
-      "end-date": "A String", # End date.
-    },
-    "previousLink": "A String", # Link to previous page for this Analytics data query.
+    "itemsPerPage": 42, # The maximum number of rows the response can contain, regardless of the actual number of rows returned. Its value ranges from 1 to 10,000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
     "profileInfo": { # Information for the view (profile), for which the Analytics data was requested.
       "webPropertyId": "A String", # Web Property ID to which this view (profile) belongs.
       "internalWebPropertyId": "A String", # Internal ID for the web property to which this view (profile) belongs.
@@ -158,6 +136,28 @@
         "name": "A String", # Column name.
       },
     ],
+    "sampleSize": "A String", # The number of samples used to calculate the result.
+    "query": { # Analytics data request query parameters.
+      "sort": [ # List of dimensions or metrics based on which Analytics data is sorted.
+        "A String",
+      ],
+      "max-results": 42, # Maximum results per page.
+      "dimensions": "A String", # List of analytics dimensions.
+      "start-date": "A String", # Start date.
+      "start-index": 42, # Start index.
+      "end-date": "A String", # End date.
+      "ids": "A String", # Unique table ID.
+      "metrics": [ # List of analytics metrics.
+        "A String",
+      ],
+      "samplingLevel": "A String", # Desired sampling level
+      "filters": "A String", # Comma-separated list of dimension or metric filters.
+      "segment": "A String", # Analytics advanced segment.
+    },
+    "previousLink": "A String", # Link to previous page for this Analytics data query.
+    "nextLink": "A String", # Link to next page for this Analytics data query.
+    "totalResults": 42, # The total number of rows for the query, regardless of the number of rows in the response.
+    "id": "A String", # Unique ID for this data response.
     "selfLink": "A String", # Link to this page.
     "sampleSpace": "A String", # Total size of the sample space from which the samples were selected.
   }</pre>