chore: update docs/dyn (#1106)

diff --git a/docs/dyn/pubsublite_v1.admin.projects.locations.topics.subscriptions.html b/docs/dyn/pubsublite_v1.admin.projects.locations.topics.subscriptions.html
index b134eb0..1467dfe 100644
--- a/docs/dyn/pubsublite_v1.admin.projects.locations.topics.subscriptions.html
+++ b/docs/dyn/pubsublite_v1.admin.projects.locations.topics.subscriptions.html
@@ -106,10 +106,10 @@
   An object of the form:
 
     { # Response for ListTopicSubscriptions.
+    "nextPageToken": "A String", # A token that can be sent as `page_token` to retrieve the next page of results. If this field is omitted, there are no more results.
     "subscriptions": [ # The names of subscriptions attached to the topic. The order of the subscriptions is unspecified.
       "A String",
     ],
-    "nextPageToken": "A String", # A token that can be sent as `page_token` to retrieve the next page of results. If this field is omitted, there are no more results.
   }</pre>
 </div>