Order Count on New order Staff Notifications

I am needing to add the customers order count to staff notifications template for new orders. So we are able to see how many times this customer has ordered from us. Can anyone help :slight_smile:

The code should be similar to {{ customer.orders_count }} (Liquid objects: customer)
Just need to paste it in the right place…