Conta registros de table.
table
@override Future<int> count(String table) async => (await _readAll(table)).length;