settings = $settings; $this->identity = $identity; } public function __toString() { return '|> reduce(fn: (r, accumulator) => (' . new Record($this->settings) . '), ' . 'identity: ' . new Record($this->identity) . ') '; } }