const currentWidget = await Widget.findById(id).exec() || await Widget.findOne({
            slug: id
        }).exec();