'datetime', 'meta_json' => 'array', ]; public function group(): BelongsTo { return $this->belongsTo(Group::class); } }