Free {{#let (members-count-fetcher query=(hash filter=(concat @newsletter.recipientFilter "+status:free"))) as |countFetcher|}} {{#if (not (is-empty countFetcher.count))}} ({{format-number countFetcher.count}}) {{/if}} {{/let}}
Paid {{#let (members-count-fetcher query=(hash filter=(concat @newsletter.recipientFilter "+status:-free"))) as |countFetcher|}} {{#if (not (is-empty countFetcher.count))}} ({{format-number countFetcher.count}}) {{/if}} {{/let}}
Specific people