diff --git a/app/Nova/LibraryItem.php b/app/Nova/LibraryItem.php index 04ff4db0..5d572756 100644 --- a/app/Nova/LibraryItem.php +++ b/app/Nova/LibraryItem.php @@ -32,6 +32,8 @@ class LibraryItem extends Resource */ public static $model = \App\Models\LibraryItem::class; + public static $perPageViaRelationship = 50; + /** * The single value that should be used to represent the resource when being displayed. * @var string