<!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨 LoopBack version 3 is in LTS mode, we are not accepting new features. We are actively developing version 4, you can find the new GitHub repository here: https://github.com/strongloop/loopback-next --> ## Suggestion Allow empty array in createAll method ## Use Cases Ass when we pass empty array in createAll within a transaction then it gives error and transaction fails, thus failing the whole operation. error thrown is -> The data argument must be an array with length > 0