Strange behavior from console.log

Hey @Roland_Alden!

By default, variables aren't kept in sync with the app model as that causes something of a performance hit. Instead, a copy of the object is made only when the query is first run. There's a setting to change this behavior though that's discussed in this thread!