$count with relation api returning wrong values ( 2 instead of 0)
output:
project 1 >> { id: 1, matches: [], matchesCount: '2' }
expected project 1 >> { id: 1, matches: [], matchesCount: '0' }
1 Reply
the following works :
Also mapWith doesnt work i get :
project 1 >> { id: 1, matches: [], matchesCount: '0' }
@here