I have upgrade MongoDB version 4 from 3. the below query is not working in the php mongo client.
db.transaction_history.count(array("transaction_type" => "post_create", 'nid' => 111111),array('nid' => 1))
the above query was working in the older version
please help me to fix this issue.