In my en.model.json I can't fetch data from the method which doesn't have any inject or @Override
For the below sample code In en.model.json queryedData is not coming up
@Model(adaptables = SlingHttpServletRequest.class, adapters = { SampleModel.class,
ComponentExporter.class }, resourceTy...