/** Maximum reply depth stored in community_settings (unlimited). */ export const MAX_REPLY_DEPTH_DEFAULT = 9999 /** Hard ceiling for the depth query parameter to prevent abuse. */ export const MAX_DEPTH_QUERY_PARAM = 100 /** Default depth returned when the query parameter is omitted. */ export const DEFAULT_DEPTH_QUERY_PARAM = 10