<div style="font-family: Montserrat, montserrat, "Source Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">We currently use proxmox-yew-comp::ApiLoadCallback for many widgets.</div><div style="font-family: Montserrat, montserrat, "Source Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);"><br></div><div style="color: rgb(0, 0, 0);">This callback returns Result<ApiResponseData<T>, Error>, and</div><div style="color: rgb(0, 0, 0);">we use it most times with Result<ApiResponseData<Value>, Error> to access</div><div style="font-family: Montserrat, montserrat, "Source Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">raw response data.</div><div style="font-family: Montserrat, montserrat, "Source Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);"><br></div><div style="font-family: Montserrat, montserrat, "Source Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">Is there a way to get that data using pdm-client?</div>