Hello,
When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: type 'bool' is not a subtype of type 'Iterable<dynamic>' when executed.
I'm running Appwrite self-hosted version 1.8.1.
Client SDK is Flutter with appwrite package verison 20.3.2.
I reproduced the error on different tables.
No errors are reported by the appwrite container
TL;DR
Issue: When developers add the total parameter to the listRows function with a boolean value in the Appwrite self-hosted version 1.8.1 using the Flutter appwrite package version 20.3.2, it results in a `type 'bool' is not a subtype of type 'Iterable<dynamic>'` error.
Solution: This error has been replicated across various tables. No errors are reported in the appwrite container.