if (a.updated > b.updated) {
            return -1;
        } else if (b.updated > a.updated) {
            return 1;
        }