"""Constants for pagination.""" DEFAULT_OFFSET = 0 DEFAULT_LIMIT = None # Unlimited by default