if (userIds instanceof Array) {
      condition = {
        author: {
          $in: userIds
        }