Index usage in $lookup

The COLLSCAN we see at

inputStage: {
    stage: 'COLLSCAN',
    planNodeId: 1,
    filter: {},
    direction: 'forward'
  }

and

are related to the survey collection. This is normal since no $match nor $sort is done on survey.

The values

in both plan make me feel like the index attributes.personId:1 of the collection person is used in both cases.