var NewDeveloperModel = Ottoman.model("NewDev", { firstname: { type: "string" }, lastname: { type: "string" }, courses: [ { name: "web_dev_bootcamp", location: "Udemy" } ] });