pub const COUNT_TASKS_DOING: &str = "SELECT COUNT(*) FROM tasks WHERE status = 'doing' AND deleted_at IS NULL";
Count active tasks with ‘doing’ status