Updated generated docs
diff --git a/docs/dyn/orkut.v2.counters.html b/docs/dyn/orkut.v2.counters.html
index 7d9f0b8..6fac13c 100644
--- a/docs/dyn/orkut.v2.counters.html
+++ b/docs/dyn/orkut.v2.counters.html
@@ -17,7 +17,29 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves the counters of an user.<br>
<br>
Args:<br>
- userId: string, The ID of the user whose counters will be listed. Can be me to refer to caller. (required)</tt></dd></dl>
+ userId: string, The ID of the user whose counters will be listed. Can be me to refer to caller. (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "items": [ # List of counters retrieved.<br>
+ {<br>
+ "total": 42, # The number of resources on the counted collection.<br>
+ "link": { # Links to resources related to the parent object. # Link to the collection being counted.<br>
+ "href": "A String", # URL of the link.<br>
+ "type": "A String", # Media type of the link.<br>
+ "rel": "A String", # Relation between the resource and the parent object.<br>
+ "title": "A String", # Title of the link.<br>
+ },<br>
+ "name": "A String", # The name of the counted collection. Currently supported collections are:<br>
+ # - scraps - The scraps of the user.<br>
+ # - photos - The photos of the user.<br>
+ # - videos - The videos of the user.<br>
+ },<br>
+ ],<br>
+ "kind": "orkut#counters", # Identifies this resource as a collection of counters. Value: "orkut#counters"<br>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>