# File lib/mongo/cursor.rb, line 229
    def to_return
      use_limit? ? @remaining : (batch_size || 0)
    end