docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/blogger_v3.pageViews.html b/docs/dyn/blogger_v3.pageViews.html
index 923b3e6..d5addf7 100644
--- a/docs/dyn/blogger_v3.pageViews.html
+++ b/docs/dyn/blogger_v3.pageViews.html
@@ -96,12 +96,12 @@
     {
     "counts": [ # The container of posts in this blog.
       {
-        "timeRange": "A String", # Time range the given count applies to.
         "count": "A String", # Count of page views for the given time range.
+        "timeRange": "A String", # Time range the given count applies to.
       },
     ],
-    "kind": "A String", # The kind of this entry. Always blogger#page_views.
     "blogId": "A String", # Blog Id.
+    "kind": "A String", # The kind of this entry. Always blogger#page_views.
   }</pre>
 </div>