I am using the latest PHP Podio library (4.0.1) and using PodioItem:get() to get an item from an app. I have found that I can retrieve the 'likes' (i.e. heart) ratings, but I cannot retrieve the voting ratings (e.g. five star or a custom vote I created). This seems to be a problem with newly created apps or adding rating fields to older apps. I can get the rating data from apps that have had the rating field for awhile, perhaps since before the 4.0 library change but not sure.
Besides the normal access attempts in code, I also tried printing out the ratings structure using a print_r and a var_dump and I am getting back no data other than the entries for the 'likes'.
Any thoughts as to why I can' retrieve this data as part of an item get() call?