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