function isSavedimport { isSaved } from "https://deno.land/x/cotton@v0.7.5/src/utils/models.ts"; isSaved(model: Object): booleanCheck wether this model is saved to the database. Parametersmodel: Objectthe model you want to check the status of Returnsboolean