You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❌ Please fill out all fields with a placeholder FILL_THIS_OUT, otherwise your issue will be closed. If a field does not apply to the issue, fill in n/a.
New Issue Checklist
Issue Description
The count operation is always returning 0
Steps to reproduce
let count = try await Product.query().count() // return 0
when
let count = try await Product.query().findAll().count // return 233
Issue is not related to parse server. Using the Objective C SDK, I don't encounter any issue
Client
4.14.2
15.0.1
iOS
17.1
Server
Parse Server 4.5.0
FILL_THIS_OUT
Back4Parse
Database
MongoDB
FILL_THIS_OUT
FILL_THIS_OUT
The text was updated successfully, but these errors were encountered: