Total entry count. Used by operators / metrics.
@override int entriesCount() => _db.raw.select('SELECT COUNT(*) c FROM notifications;').first['c'] as int;