ShopifyQL returning wrong value for checkout_sessions property

Hello,

The checkout_sessions property that I query with :

FROM products SHOW SUM(checkout_sessions) ...

returns outliers values. For example on a day with only 1 view session, the checkout session return the number 8, and I am pretty sure it should return 0 on that day.

Thanks !