List view is not displaying items, they seem to be paginated

Horrible, horrible upgrade from Umbraco 13 to 16.4 continues on.

My collections are not displaying child items, they seem to be populated in pagination, in console i get warning: “Segments are not yet implemented for preset”

	if (this.structure.variesBySegment) {
		// TODO: v.17 Engage please note we have not implemented support for segments yet. [NL]
		console.warn('Segments are not yet implemented for preset');
	}

I don’t know if this is a problem, it may be, or may not.

No errors in .NET code.

Collection setup:

Check the data type configuration. Go to Settings → Data Types → List View - Content. It should look like this:

Pay attention to the layouts aliases “Umb.CollectionView.Document.Grid”. If it does not look like that, remove the layouts and add them again.