In some cases(past challenges) the number of submissions (numOfSubmissions) returned includes the checkpoint submissions. So when the frontend adds numOfSubmissions + numOfCheckpointSubmissions, it gives the wrong number. Example: https://beta-community-app.topcoder.com/challenges/63ed01ee-c019-4c31-bcd5-9096a78929ef https://www.topcoder.com/challenges/30132448 <img width="1440" alt="Screenshot 2020-08-10 at 7 38 37 PM" src="https://user-images.githubusercontent.com/58783823/89796072-ce168f00-db46-11ea-8d7d-5c03a4d7739a.png"> <img width="1440" alt="Screenshot 2020-08-10 at 7 50 33 PM" src="https://user-images.githubusercontent.com/58783823/89796088-d373d980-db46-11ea-94f3-91c2dca76ad2.png"> <img width="1440" alt="Screenshot 2020-08-10 at 7 51 23 PM" src="https://user-images.githubusercontent.com/58783823/89796093-d4a50680-db46-11ea-99fd-ef455b764871.png">