const dashboard = await db.Dashboard.findOne({
    where: {
      // I can edit dashboard I created or public dashboard
      [Op.or]: [
        {