// Shared state written by the list page and read by the capsules layout // for the running count badge in the header. export const capsuleRunningCount = $state({ value: 0 });