docs: docs update (#911)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/blogger_v3.pageViews.html b/docs/dyn/blogger_v3.pageViews.html
index 1ba6c4c..923b3e6 100644
--- a/docs/dyn/blogger_v3.pageViews.html
+++ b/docs/dyn/blogger_v3.pageViews.html
@@ -94,14 +94,14 @@
   An object of the form:
 
     {
-    "kind": "A String", # The kind of this entry. Always blogger#page_views.
-    "counts": [ # The container of posts in this blog.
+    &quot;counts&quot;: [ # The container of posts in this blog.
       {
-        "count": "A String", # Count of page views for the given time range.
-        "timeRange": "A String", # Time range the given count applies to.
+        &quot;timeRange&quot;: &quot;A String&quot;, # Time range the given count applies to.
+        &quot;count&quot;: &quot;A String&quot;, # Count of page views for the given time range.
       },
     ],
-    "blogId": "A String", # Blog Id.
+    &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#page_views.
+    &quot;blogId&quot;: &quot;A String&quot;, # Blog Id.
   }</pre>
 </div>