Changing name of "total_records" in mod-users is a breaking change and the interface version should update (currently from v11.0)
But mod-login does not seem to explicitly depend on given versions of mod-users at this point ... I guess that would mean, mod-login cannot yet express that it will require /users v12.0
What do you think , should I add "requires" to mod-login MD and set a dependency to "users"?
mod-users will be updated to expose "totalRecords" instead of "total_records" for record counts.
mod-login accesses that property and would have to adapt.