Why can't I access the properties of a sequelize object with keys in the form '[Op.or]'?
I am building a sequelize query. While doing some debugging I was surprised to find that I couldn’t access the properties of my options.where object, but that console.log still returned the expected object structure. My question is (1) why does this occur and (2) how do I get around the problem to access the properties?… Read More Why can't I access the properties of a sequelize object with keys in the form '[Op.or]'?