pub const COUNT_INCOMPLETE_CHILDREN: &str = "SELECT COUNT(*) FROM tasks WHERE parent_id = ? AND status != 'done'";
Count incomplete subtasks of a parent