Looks like you are always setting count to 1
const response = await fetch('/add-crusher-columns', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ count: 1 }) });