Question:
I want to append a new field calledlogo_img_url
after data manipulation. It works with the object but the nested array object seems not to work. Any recommendations or solutionAnswer:
You can use @AfterLoad decorator from typeorm. Its calls the decorated method once the entity is loaded and then one can perform the required manipulations.If you have better answer, please add a comment about this, thank you!