Currently in the ProcessReviews and ProcessReviewsHistorical tables in the reporting API there is a column titled 'LastReviewedDate'. This column isn't the date of the last review for the process, but instead is the date the actual review was completed for each scheduled review instance. Having the descriptor as 'LastReviewedDate' makes understanding the data more confusing than necessary, especially as the value is always null in the ProcessReviews table.
Could the descriptor be updated to 'ReviewCompletedDate' or something similar that more correctly describes what the data is?