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