Refresh auto-generated docs
diff --git a/docs/dyn/youtube_v3alpha.videos.html b/docs/dyn/youtube_v3alpha.videos.html
index b89a224..f83a366 100644
--- a/docs/dyn/youtube_v3alpha.videos.html
+++ b/docs/dyn/youtube_v3alpha.videos.html
@@ -92,44 +92,8 @@
     { # JSON template for a VideoService.List() response.
     "kind": "youtube#videoListResponse", # The type of this API response.
     "etag": "A String", # The eTag of the response.
-    "videos": [ # List of videos matching the request criteria.
-      { # JSON template for a YouTube Video.
-        "status": { # JSON template for the status part of a video. # Status of the video upload, privacy status.
-          "privacyStatus": "A String", # Privacy of the video.
-          "uploadStatus": "A String", # Status of the video upload.
-          "rejectionReason": "A String", # Present only if the uploadStatus indicates a rejected upload.
-          "failureReason": "A String", # Present only if the uploadStatus indicates a failed upload.
-        },
-        "kind": "youtube#video", # The type of this API resource.
-        "statistics": { # JSON template for the statistics part of a video. # Statistics about the video: number of views, ratings.
-          "commentCount": "A String", # Number of comments for this video.
-          "viewCount": "A String", # Number of times the video was viewed.
-          "favoriteCount": "A String", # Number of times the video was added to a user's favorites list.
-          "dislikeCount": "A String", # Number of times the video was disliked.
-          "likeCount": "A String", # Number of times the video was liked.
-        },
-        "contentDetails": { # JSON template for the content details part of a video. # Information about the video content, media file.
-          "duration": "A String", # Duration of the video.
-          "aspectRatio": "A String", # The aspect ratio of the video.
-        },
-        "snippet": { # JSON template for the snippet part of a video. # Basic details about the video: title, description, thumbnails.
-          "thumbnails": { # Video thumbnails.
-          },
-          "title": "A String", # Title of the video.
-          "channelId": "A String", # Channel the video was uploaded to.
-          "categoryId": "A String", # Video category the video belongs to.
-          "tags": [ # Textual tags associated with the video.
-            "A String",
-          ],
-          "description": "A String", # Description of the video.
-        },
-        "player": { # JSON template for the player part of a video. # Information used to play the video.
-          "embed": "A String", # Iframe embed for the video.
-        },
-        "etag": "A String", # The eTag of the video.
-        "id": "A String", # The unique id of the video.
-      },
-    ],
+    "videos": { # Map of videos matching the request criteria, keyed by video id.
+    },
   }</pre>
 </div>