We currently use proxmox-yew-comp::ApiLoadCallback for many widgets. This callback returns Result, Error>, and we use it most times with Result, Error> to access raw response data. Is there a way to get that data using pdm-client?