# File lib/will_paginate/finders/sequel.rb, line 20
  def offset
    (current_page - 1) * per_page
  end