I created a problem in Polygon with total points of 100 and added it to a contest in a group. However, when I requested the points through the API, the returned Problem object didn't have the "points" field (and even the "tags" field was empty). From my testing, this issue happens when the contest is private. When I tried the same request with a public contest, the "points" field was there. So is there any way or workaround so that I can access the "points" field for a problem within a group's contest?