field = $field; $this->values = $values; } public function toArray(): array { return [ 'terms' => [ $this->field => $this->values, ], ]; } }