Data Explorer query for number of users using mailing list mode?

After the recent upgrade, I’ve re-enabled mailing list mode, but wonder how many people are using it. How could I find this out? Thanks in anticipation.

select
count(*) from user_options
where mailing_list_mode = TRUE

Thank you very much. That worked perfectly.