belongsTo(TextbookSeries::class); } public function catalogs() { return $this->hasMany(TextbookCatalog::class); } }