Type Alias MaxDotPathDepth

MaxDotPathDepth: 5

Maximum recursion depth for DotPathKeys. Set to 5 to cover realistic DynamoDB Map attribute nesting (typically 2-3 levels) while staying well below TypeScript's internal instantiation depth limit of 50. Higher values risk combinatorial explosion with wide object schemas.