setMagicProperties($this->result->data); } /** * Returns the collection of resources as an array. */ public function toArray(): array { return (array)$this->result->data; } /** * Returns the collection of resources as a JSON string. */ public function jsonSerialize(): array { return $this->toArray(); } }