build: run docs regen in synth.py (#1059)

diff --git a/docs/dyn/blogger_v3.pageViews.html b/docs/dyn/blogger_v3.pageViews.html
index 0dea726..70a091d 100644
--- a/docs/dyn/blogger_v3.pageViews.html
+++ b/docs/dyn/blogger_v3.pageViews.html
@@ -106,14 +106,14 @@
   An object of the form:
 
     {
-    "blogId": "A String", # Blog Id.
-    "kind": "A String", # The kind of this entry. Always blogger#page_views.
     "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.
       },
     ],
+    "kind": "A String", # The kind of this entry. Always blogger#page_views.
+    "blogId": "A String", # Blog Id.
   }</pre>
 </div>