Update docs
diff --git a/docs/dyn/analytics_v3.data.ga.html b/docs/dyn/analytics_v3.data.ga.html
index 5035ebb..577d24c 100644
--- a/docs/dyn/analytics_v3.data.ga.html
+++ b/docs/dyn/analytics_v3.data.ga.html
@@ -115,11 +115,6 @@
       ],
     ],
     "containsSampledData": True or False, # Determines if Analytics data contains samples.
-    "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.
-    },
     "columnHeaders": [ # Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request.
       {
         "dataType": "A String", # Data type. Dimension column headers have only STRING as the data type. Metric column headers have data types for metric values such as INTEGER, DOUBLE, CURRENCY etc.
@@ -127,7 +122,11 @@
         "name": "A String", # Column name.
       },
     ],
-    "sampleSize": "A String", # The number of samples used to calculate the result.
+    "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.
+    },
     "dataTable": {
       "rows": [
         {
@@ -146,6 +145,8 @@
         },
       ],
     },
+    "sampleSize": "A String", # The number of samples used to calculate the result.
+    "dataLastRefreshed": "A String", # The last refreshed time in seconds for Analytics data.
     "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.