'datetime', 'total_eggs' => 'integer', ]; } public function items(): HasMany { return $this->hasMany(EggCollectionItem::class); } }