makeMany adonis js

JavaScript
await Factory
  .model('App/Models/User')
  .makeMany(3)
Source

Also in JavaScript: