# File lib/grape_entity/exposure/base.rb, line 106
        def with_attr_path(entity, options)
          path_part = attr_path(entity, options)
          options.with_attr_path(path_part) do
            yield
          end
        end