``` dt[, .(xmv(region_id))] dt[,sum(moving), by=xmv(region_id)] ``` we should try returning an named list instead of a vector