I am working on my first Ember app and got it to display the way I wanted with the route returning a static JSON object from model(): element: { name: "First
The application uses ember-cli-mirage to mock the data and uses specific endpoint to get the specific response. Mocking data and showing the content to the temp