Find old installation data after uninstalling snap

Hi,
I uninstalled my snap Nextcloud version on my Raspberry Pi but I forgot to back up my data folder.
When the snap was uninstalling it was showing that it was copying my data but it didn’t say where the data was copied. Does anyone know where I can find my files?
Thanks,
Andi

Anyone can help with this?

I’d start looking in default location

/var/snap/

or run

sudo apt install locate
sudo updatedb
sudo locate nextcloud/data

Thanks but still cant find anything. It just found the files that I currently have. Any other idea?