Multiple validations in a checkpoint against one common suite

Hi Community

Actually i am making a checkpoint - it has two validations , and the same expectation_suite(having one expectation for some column name) in both of the validations but different batchrequests(column headings are same but content different) .On doing checkpoint.run() ,even though I have two validations in the checkpoint , i am only able to see the unexpected_partial_list of latest validation (out of the two validations) . can any one help please to retrive both validations results 's unexpected_list .I am trying these things in ipynb notebook using python library GX.