Return totalRecords field instead of total_records
Description
At present, search results from mod-users contain a total_records field. Instead, it should return totalRecords, in accordance with our camelCase field-naming convention and in compatibility with the behaviour of the inventory module.
(Accept either total_records or totalRecords field) must be completed before the present issue is begun, so that the UI does not appear to regress when the fieldname is corrected.
Although I have fixed this issue's blocker in git, it's probably best that you wait till the next ui-users (v2.5.0) has been released before you do this. After all, there is no urgency to it, it's just a matter of hygiene.
At present, search results from mod-users contain a
total_records
field. Instead, it should returntotalRecords
, in accordance with our camelCase field-naming convention and in compatibility with the behaviour of the inventory module.(Accept either total_records or totalRecords field) must be completed before the present issue is begun, so that the UI does not appear to regress when the fieldname is corrected.