Inteligencia Futura
let array = responseJson.data.data.filter(animales => { return animales.animal.user.id === id; }); setMisVentas(array)