### Current Situation `ManyToMany` fields are not properly prefetched, thus causing `SynchronousOnlyOperation` exceptions. For example, in [this case](https://github.com/Archmonger/Conreq/blob/ffd3601e6b961eca18caf10b3fde73539aab304a/conreq/_core/app_store/models.py#L116). ### Proposed Actions Determine why the current prefetch logic doesn't work on this use case.