If count value is null set count value to -1, use the count value otherwise (i.e. if count value is not null do not change it).
This is the same as
| fillnull value=-1 count
or
| eval count=coalesce(count,-1)