/**
  * Enable side-loading (beta) - flags until the next chain
  *
  * @param array $fields
  *
  * @return $this
  */
 public function sideload(array $fields = array())
 {
     $this->client->setSideload($fields);
     return $this;
 }