Future<int> count({required String table, Object? where, Object? params}) { return client.count(database: database, table: table, where: where, params: params, namespace: namespace); }