Explain what is model in Ember.js?
Within an Ember application a model object is used to store persistent state. These model object back the templates and provide data to be displayed within the HTML.