In display.go, the ShowFileStatistics function uses hardcoded numbers (5, 3, 3) to limit how many files are displayed in each category (staged, unstaged, untracked). These hardcoded values should be replaced with named constants for better maintainability. This makes it easy to adjust display limits in the future by changing just the constant values.