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/books_v1.series.html b/docs/dyn/books_v1.series.html
index 30898df..e92ebbc 100644
--- a/docs/dyn/books_v1.series.html
+++ b/docs/dyn/books_v1.series.html
@@ -94,36 +94,36 @@
   An object of the form:
 
     {
-    "series": [
+    &quot;kind&quot;: &quot;books#series&quot;, # Resource type.
+    &quot;series&quot;: [
       {
-        "seriesId": "A String",
-        "bannerImageUrl": "A String",
-        "title": "A String",
-        "imageUrl": "A String",
-        "seriesFormatType": "A String",
-        "isComplete": True or False,
-        "subscriptionId": "A String",
-        "eligibleForSubscription": True or False,
-        "seriesType": "A String",
-        "seriesSubscriptionReleaseInfo": {
-          "cancellationTimestampUs": "A String", # Cancellation date of the series subscription (or when it ends).
-          "currentReleaseInfo": { # Release information for the last release.
-            "currencyCode": "A String", # Currency code of the amount.
-            "releaseTimestampUs": "A String", # The release date.
-            "amountInMicros": "A String", # Amount in micros of the specified currency code.
-            "releaseNumber": "A String", # The release number of this issue/volume/book.
+        &quot;bannerImageUrl&quot;: &quot;A String&quot;,
+        &quot;eligibleForSubscription&quot;: True or False,
+        &quot;imageUrl&quot;: &quot;A String&quot;,
+        &quot;isComplete&quot;: True or False,
+        &quot;seriesFormatType&quot;: &quot;A String&quot;,
+        &quot;seriesId&quot;: &quot;A String&quot;,
+        &quot;seriesSubscriptionReleaseInfo&quot;: {
+          &quot;cancellationTimestampUs&quot;: &quot;A String&quot;, # Cancellation date of the series subscription (or when it ends).
+          &quot;currentReleaseInfo&quot;: { # Release information for the last release.
+            &quot;amountInMicros&quot;: &quot;A String&quot;, # Amount in micros of the specified currency code.
+            &quot;currencyCode&quot;: &quot;A String&quot;, # Currency code of the amount.
+            &quot;releaseNumber&quot;: &quot;A String&quot;, # The release number of this issue/volume/book.
+            &quot;releaseTimestampUs&quot;: &quot;A String&quot;, # The release date.
           },
-          "seriesSubscriptionType": "A String", # series subscription type.
-          "nextReleaseInfo": { # Release information for the next release.
-            "currencyCode": "A String", # Currency code of the amount.
-            "releaseTimestampUs": "A String", # The release date.
-            "amountInMicros": "A String", # Amount in micros of the specified currency code.
-            "releaseNumber": "A String", # The release number of this issue/volume/book.
+          &quot;nextReleaseInfo&quot;: { # Release information for the next release.
+            &quot;amountInMicros&quot;: &quot;A String&quot;, # Amount in micros of the specified currency code.
+            &quot;currencyCode&quot;: &quot;A String&quot;, # Currency code of the amount.
+            &quot;releaseNumber&quot;: &quot;A String&quot;, # The release number of this issue/volume/book.
+            &quot;releaseTimestampUs&quot;: &quot;A String&quot;, # The release date.
           },
+          &quot;seriesSubscriptionType&quot;: &quot;A String&quot;, # series subscription type.
         },
+        &quot;seriesType&quot;: &quot;A String&quot;,
+        &quot;subscriptionId&quot;: &quot;A String&quot;,
+        &quot;title&quot;: &quot;A String&quot;,
       },
     ],
-    "kind": "books#series", # Resource type.
   }</pre>
 </div>