list () {
    return this._wrap('list')
      .bind(this)
      .get('body')
      .then(body => this._getAllObjects(body, []))