count() is automatically replaced by Zoho platform with count(null) in html views

count() is automatically replaced by Zoho platform with count(null) in html views


In a html view I have the following code:
  1. <%=users[ID>0].count()%>
When I close the edit mode and open it again and return to the view, the code above appears as

  1. <%=users[ID>0].count(null)%>
Of course, if I try to save the html view, an error is displayed "Field null does not exist ... "
So .count() is automatically replaced by Zoho platform with .count(null) - which is a wrong syntax .

Regards,
George