Sort tasks, so status "TODO" is on top and status "DONE" is down

What I’m trying to do

Hi,
I want to sort my tasks, so that the status “TODO” on top. My codeblock produces always the other way round.

=> What am I doing wrong or which field do I miss?

Thanks in advance!

Things I have tried

```tasks
tags include #task
sort by created
sort by done
group by tags
group by folder
group by status
```