static async checkItem(id, model, include = null) {
    return Models[model].findOne({
      where: { id },
      include
    });