Frappe.call callback doesnt get the value from python function

when i recieve the returned value from the python function i cannot get it in the parameters in the callback function

this is the frappe.call function

problem solved by serializing the data from the back end (python) and then deserializing it in the front end (Js)