count
Cell content will be count of related models. Used in has-many
relations.
Column::count('images')
Column::count('images')->append(
Column::filter('school_id')->model(SchoolImage::class)
)
images()
must create has-many
relation in this case.