Is it posisble to a make a query that do a sum with if inside? For example : ``` SUM(if( users.origin IS NULL, 1,0)) ``` Checked the documentation but don't find the if statement, there is a workaround?