input(value: { range(0, 10000) as num })
 -> unnest(num)
 -> python('count.py', result-type: 'struct(count: integer)')
input(value: { range(0, 20000) as num })
 -> unnest(num)
 -> python('count.py', result-type: 'struct(count: integer)')
