function listController() {
    ctrlFactory.list.call(this, '/rest/admin/collections');

    this.controllerAction = function() {
        this.jsonService(this.service('admin/collections/list'));