let dataset = await Dataset.findById(id).exec() || await Dataset.findOne({
            slug: id
        }).exec();