Description of the issue
The properties or the response of the Collaborations resource seem wrong.
I am expecting to see:

What I am actually seeing is:
array(3) { 'next_marker' => string(0) "" 'previous_marker' => string(0) "" 'entries' => array(0) { } }
I will submit a pull request for what I am seeing but it seems odd that the documentation is so far off on this.
Current content
Currently the response is:
- entries
- next_marker
- prev_marker
Expected content
What is listed in the api reference
Description of the issue
The properties or the response of the Collaborations resource seem wrong.
I am expecting to see:

What I am actually seeing is:
array(3) { 'next_marker' => string(0) "" 'previous_marker' => string(0) "" 'entries' => array(0) { } }I will submit a pull request for what I am seeing but it seems odd that the documentation is so far off on this.
Current content
Currently the response is:
Expected content
What is listed in the api reference