# File lib/origin/aggregable.rb, line 66
    def project(operation = nil)
      aggregation(operation) do |pipeline|
        pipeline.project(operation)
      end
    end