Incorrect total TC count when BDD and non bdd is combined in one Test Suite

I have a 7 BDD Scenario and 1 non bdd Test Case in a Single Test Suite “Smoke Test”
When it gets uploaded in Katalon testOps > Reports > Test Runs
I noticed that it only shows total of 7 Test Cases (instead of 8)

Tried 7 bdd Scenario in 1 Test Suite, and TestOps have 7 total > which is correct
Tried 1 Test Case in 1 Test Suite, and TestOps have 1 total > which is correct
Looks like the issue only happens when BDD and non bdd Test is combined in a Single Test Suite.

Our current workaround is to have 2 separate Test Suite( Smoke Test Suite, Smoke Test Suite BDD)

I hope this can get fixed as we have some Test Cases that are not in BDD format.