Build GGA/GGA+U/R2SCAN (Mixed) phase diagrams via new API

Hi @munrojm , I tried to get only GGA and GGA_U data using the method discussed above

entries = mpr.get_entries_in_chemsys(elements,additional_criteria={‘thermo_types’:[ThermoType.GGA_GGA_U]})

The error is

name ‘ThermoType’ is not defined

. I haven’t found any information about ThermoType. Should I import this? Thank you so much!