How would the ESR rule of Indexes behave if one of the fields is optional?

whoa, TIL! Then order of the status filed should be changed I guess? something like:

{
	"queue": 1,
	"department": 1,
    "ts": 1,
    "status": 1,
}

?