Lets say you have an article data model with title, image and author fields and an article card component. Currently you have yo add the article data to the page, and then select each field and set up the data binding. It would be great to select just the entire data model entry and then builder can guess the mapping based on the field names
This is possible using the object input type and just setting the shape of the object to match the input fields of the component