select id, status, attempt, "jobType", payload->>'fileType' as file_type, payload->>'projectId' as project_id, payload->>'modelId' as model_id, "createdAt", "updatedAt" from background_jobs order by "createdAt" desc limit 10;