Is there a way to only show relationships of models based on the user?

System Information
  • Strapi Version: v4.2.2
  • Operating System: macOS 12.4
  • Database: MySQL 8.0
  • Node Version: v16.13.2
  • NPM Version: v8.1.2
  • Yarn Version: v1.22.17

In this example situation, a post can have subscriptions. I would like to fetch a post via GraphQL and populate the subscription to be only what the user has. For security reasons, users must only be able to see their own subscriptions. I need to ensure that users only see their own subscriptions not just when fetching posts, but when fetching them through any other routes. Can I protect the subscriptions relationship on posts to make sure that people only see subscriptions for them?