uploadthing: attaching metadata not working

I'm uploading images using uploadthing.uploadFilesFromUrl but I don't see them stored anywhere. This is how I'm using the function, it's a very simple code.
await utapi.uploadFilesFromUrl(imagePath, { foo: 'bar' });

Any idea how to browse the metatags on uploadthing dashboard or when retrieving the files?
Was this page helpful?