PythonListsremove_tailOn this pageremove_tailasync def remove_tail(name: str) -> intParamDescriptionnameName of the listRemove the tail node.ReturnsThe length of the list after removal.RaisesResponseErrorname does not exist