`new FoxxModel(data)` If you initialize a model, you can give it initial *data* as an object. @EXAMPLES ```js instance = new Model({ a: 1 }); ```