[].length() doesn't work, only .length

Wappler 5.0.4
MacOS
NodeJS

Not sure if this is a bug. Client-side, doing this doesn’t work:

dmx.parse("[].length()");

The following works, but the expression builder doesn’t do this:

dmx.parse("[].length");

instead of .length() it must be .count().