Retrieves the details of an existing file. Returns detailed file metadata including size, content type, and timestamps.
The file path, including the file name. For example `folder/image.png`.
val file = supabase.storage.from("avatars").info("folder/avatar1.png")
println(file.size)