ArcGIS Pro 3.1
In mobile geodatabases, the shape column is named st_length(Shape).

That's different from other geodatabase types like file and enterprise geodatabases: the shape field in those GDBs is called Shape_Length .
File geodatabase:

Should mobile geodatabases be changed so that the shape column is called Shape_Length ? Or is there a reason why the field needs to be named st_length(Shape)? (an ST_Geometry thing)
Also, I noticed that the shape column in mobile geodatabases can have an alias. Whereas a file geodatabase doesn't allow an alias on the shape field. Is that intentional?