Hint: Use the database definitions inside of DBeaver/DataGrip/AnythingElse to see what can or cannot be NULL
AC:
Leaderboard.java to use Optional<?> for any fields that may be NULLLeaderboardRepository to use Optional<?> for any methods that may or may not return something back