Loader Shows All Publishes for Asset in Task Query

Using this:

  - caption: My Tasks
    entity_type: Task
    filters:
    - [task_assignees, is, '{context.user}']
    - [project, is, '{context.project}']
    hierarchy: [project, entity, content]     

Displays publishes at both the Asset level and the Task level. Is there any way to prevent the publishes from showing at the Asset level and only in the Task level? I’m trying to declutter the Loader view so publishes will only show up under the Task they were published to in the left-side hierarchy.

Here is a visual of the problem. Since I am using a Task Query I don’t understand why the Published files are also showing up under the Asset level.

Asset View

Task View