i didn’t check to see how the app works, since it’s more work to debug by looking through the logs, but i can tell you that in the website, a query on the Explore page appears to get data via authenticated requests, whereas the Project page appears to get data via an anonymous request. so that would line up with the behavior you’re noting here. if the system knows who you are (in the case of an authenticated request), it can return that obscured observation to you. otherwise (in the case of an anonymous request), it won’t.