"""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 PAGE_LIMIT_MAX_ACCEPTABLE = 5000 # raise error if user asks for more than this