# File lib/grape_entity/exposure/represent_exposure.rb, line 23
        def value(entity, options)
          new_options = options.for_nesting(key)
          using_class.represent(@subexposure.value(entity, options), new_options)
        end