is it safe to do this?
await MyModel.where(toSnakeCase(userID), user.id). where(toSnakeCase(shopId), user.shopId).destroy();
within