@manasabojja7 You could delegate the model by using adapters-
@Model(adaptables = SlingHttpServletRequest.class, adapters = Tabs.class, resourceType = "myproject/components/myTabs")
and could use the below to include the object:
@Self@Via(type = ResourceSuperType.class)@Delegate(excludes = De...