I have been looking into headless cms concepts and would like to design a page like below?
In an headless cms, we can create individual input pages with the respective content model, "main page" will have one and "company" will have one.
We cannot create an input page by combining these two input pages, as the page can have any number of company object, so i dont think we can combine these two input pages as one? correct me if its wrong.
And, how we can combine the "company" data with "main page" so that we can get the full page? how do we create this relationship in the content model? Please advise. thanks