Checks the existence of a file.
The file path, including the file name. For example `folder/image.png`.
const { data, error } = await supabase .storage .from('avatars') .exists('folder/avatar1.png')