Model.get('5', { profile: true }).then(function (instance) {
                test.deepEqual(instance.attributes, { id: 5, name: 'John' });
                test.done();
            });