module Rubyoverflow class PagedDash < BaseDash property :total property :pagesize property :page end end