"""Default pagination values in case user does not specify.""" PAGE_OFFSET_DEFAULT = 0 # start with first record PAGE_LIMIT_DEFAULT = 50 # return this number of records