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