/**
  * Remove support for include data for the current request
  */
 protected function removeIncludeSupport()
 {
     $this->transformer->setAvailableIncludes([]);
 }