Returns the number of entities in the database.
@override Future<int> count() { return Future.value(_data.length); }