useFetch:selectedTypes is an array of multiple selected items of a USelectMenu Nuxt UI element and search a storeToRefs from Pinia.search the new value of it will properly be send to the API, but if I select something else in selectedTypes it will always use the first value and not the updated one.selectedTypes being send properly withe changed value without much overhead?