# File lib/aws/record/finder_methods.rb, line 128
      def count(options = {})
        find(:all).count(options)
      end