With that syntax you're attempting to set an object to a number property. To solve this use {'stat.dataCount': records.length} instead of {'stat.dataCount': {$size: "$data"}}.
{'stat.dataCount': records.length}
{'stat.dataCount': {$size: "$data"}}