Problem
Statements like this are parsed wrongly:
::: statement
__My label__. (At least) two people were present.
:::
The 'At least' part is parsed as statement information.
Temporary hack
Use an invisible character to separate the parenthesis, e.g. zero-width non joiner:
::: statement
__My label__. ‌(At least) two people were present.
:::