pub const COUNT_CHILDREN_TOTAL: &str = "SELECT COUNT(*) FROM tasks WHERE parent_id = ? AND deleted_at IS NULL";
Count total active children of a parent