### Tying to calculate the sum of days from two date time inputs, such as: ```{{ DAY(SUBTRACT(end, start)) }}``` or ```{{ SUBTRACT(DAY(end), DAY(start)) }}``` ### But just getting 0, debug doesn't seem to display anything: <img width="632" alt="image" src="https://github.com/rezo-labs/directus-extension-computed-interface/assets/144523105/fed3aaa5-68e5-4a36-8849-20863ff136fa"> ### Probably user error...