# File lib/grape_entity/exposure/base.rb, line 94
        def should_expose?(entity, options)
          should_return_key?(options) && conditions_met?(entity, options)
        end