Populate both count and some other relation

Solution:

populate: {
          relation1: {populate:true},
          relation2: {count: true}
        }

1 Like