# File lib/seed_dump/dump_methods/enumeration.rb, line 66
      def batch_size_from(records, options)
        if options[:batch_size].present?
          options[:batch_size].to_i
        else
          1000
        end
      end