Going to a boost page via notifications / email does not load Results & CPM data
### Summary
Boost notification /email links take you to the specific boost page but does not load its results and cpm data. Occuring on mobile and web - mob investigation revealed that it is a backend issue (see comments)
### Steps to reproduce
1. Open minds app
2. navigate to a post and boost it
3. wait for boost to be accepted and notification to be thrown
4. tap on push notification
5. takes you to the post but results and cpm field is 0
Also triggerable via web through email links (report by Peggy with screenshots)
### Platform information
- IPhone 13 Pro - Staging reported for mob.
- Likely platform agnostic.
### What is the current *bug* behavior?
Results and CPM field is 0
### What is the expected *correct* behavior?
Results and CPM values should match as in boost console for that post
### Relevant logs and/or screenshots


### Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
Check the `api/v3/boosts/:GUID` endpoint in the engine to make sure that the views count is happening correctly
issue