[REQ][MARKDOWN] Return type label does not specify content of the list.
Created by: zeljkot
Is your feature request related to a problem? Please describe.
All methods that return some kind of list have a label that says just "List" without specifying the content that can be very different. This is confusing for the user.
### Return type
[**List**](../\Models/string.md)
Describe the solution you'd like
Specify the contained data type, e.g. List<User>