# File lib/Borges/Component/BatchedList.rb, line 66
  def max_pages
    return (@items.size + @batch_size - 1) / @batch_size
  end