Umbraco 13.3.2
We have Web and Core (Class project) project in our application.
I wanted to access PublishedModels in the core project where nuget packages Umbraco.CMS.Core, Umbraco.Cms.InfraStructure, Umbraco.Cms.Web.Common, Umbraco.Cms.Web.Website are installed.
Umbraco.Cms.Web.Common.PublishedModels is not accessible from the controller added to the Core project.
How to access PublishedModels from the core project.