How to get Task Manager’s “Paged pool” metric in PowerShell?

Windows Task Manager can display a metric called “Paged pool”:

TaskMan - Details - Processes - R-TAS

However I can’t find this metric among Get-Process or Get-CimInstance "Win32_Process" properties in PowerShell (7.x). Is it called something else there? (Is it even available?)