from godot documents:
getsurfacematerial ( int surface ) const:
Returns the Material for a surface of the Mesh resource.
what is this surface int?
I only see this in meshInstance:

I tried 0 to 10 but I get below error:

I need to use this but could not understand how it works. I think this deserves abetter explanation.