Model.filter({}, { raw: true }).then(function (instances) {
                test.deepEqual(instances[0], { id: 5, name: 'John' });
                test.deepEqual(instances[1], { id: 6, name: 'Sally' });
                test.done();
            });