If I extend create, is there a way to extend createMany as well?
Hi, I'm looking to extend the
create method for one of my Models, but is there a way to simultaneously extend createMany? I asked the AI and it said that I'd have to manually update both, but would extending createMany to call create under the hood be a reasonable approach or would it be bad for some reason?