What's the best way to save the access token in MongoDB?

Thanks, I was thinking about hashing the access tokens before saving them in the database.
Do you think that would be a good way to do it so I can retrieve the followers count every time users access my app?