Hi community!I'm trying to restrict number of columns loaded for child pages with API call like this:var children = DocumentHelper.GetDocuments()
.Path(@/MyPath@)
.FirstOrDefault()
.Children;
For this query Kentico loads 109 columns for child pages. How can I specify something like .Columns(@columnList@) here?
↧