# File lib/jmespath/nodes/field.rb, line 65
      def chain(other)
        ChainedField.new([*@keys, *other.keys])
      end