I want to use the:
Essentially:
Factory -> Generates a Builder with random data -> Populates a model
Builder -> To be copyable -> to create similar copies
You'd have a complex model
You'd want to only change 3 values out of 10
You'd generate a base builder, then change the 3 values, you'd clone it there, then you'd use it
You'd also do selectMany again here
You'd also want a function that you're testing with the data. Just make it print for now
User:
builder:
Factory:
Prototype:
Then put them all through the function