I shared the app with support if that will help.
Steps to test:
1: login with user: test password: 123
2: after login the page that loads will have a list with dummy data i put in for you.
will be 4 list items that are populated from the list service "GetProperties" from the "Properties" collection.
there is a grid in each list item, with the following:
Pros: ..... Cons: .....
each list item will have a different count of "Pros" equal to the "test address" number. ex: "test address 1" should have 1 Pro, "test address 2" should have 2 Pros, "test address 3" should have 3 Pros
So you will know what to look for.
if you open the dev console in the browser you will see all the logs for each "test address" and in the network tab see the services being executed.
the "...." labels are not showing the count. in the log it says code "there are [object Object]PRO comments for property id: 56dbc29be4b07fb4XXXXXXXX"/code
I also don't under stand why it says "[object Object]" it should just be the count of the query.