Thank you my friend, the problem was in the double quotes.
array(
'$project' => array(
'_id' => 0,
'data' => ['$arrayElemAt'=> ['$data', 0]],
)
),
array(
'$replaceRoot' => array(
'newRoot'=> '$data',
)
),
doing this fixed it