docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/pubsub_v1beta2.projects.topics.subscriptions.html b/docs/dyn/pubsub_v1beta2.projects.topics.subscriptions.html
index a9b3773..65cb5a8 100644
--- a/docs/dyn/pubsub_v1beta2.projects.topics.subscriptions.html
+++ b/docs/dyn/pubsub_v1beta2.projects.topics.subscriptions.html
@@ -100,12 +100,12 @@
   An object of the form:
 
     { # Response for the `ListTopicSubscriptions` method.
-    "subscriptions": [ # The names of the subscriptions that match the request.
-      "A String",
-    ],
     "nextPageToken": "A String", # If not empty, indicates that there may be more subscriptions that match
         # the request; this value should be passed in a new
         # `ListTopicSubscriptionsRequest` to get more subscriptions.
+    "subscriptions": [ # The names of the subscriptions that match the request.
+      "A String",
+    ],
   }</pre>
 </div>