select count(distinct(users.id)) from users inner join followers on followers.user_id = users.id where followers.is_on_dnc_list = true and followers.is_sms_unsubscribed = true 816,707