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