returns all objects in the object store matching the specified parameter or all objects in the store if no parameters are given.
Future<List<Object>> getAll([Object? query, int? count]);