transform
let { data } = await useFetch( url, { method: "get", transform: (input) => { return myInstanciationFunction(input) }, })