The issue requests a fun fact showing the average lifespan of TODOs in a repository. Start by exploring the codebase, particularly any existing statistical or data aggregation modules (e.g., in the backend). Look for how other fun facts are computed and displayed. Review the 5 comments on the issue for any hints or discussions about implementation. Since the repository is Kotlin based, you'll need to understand how git history is accessed (likely via JGit or similar). Propose a clear scope for the feature before coding.