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