'json', ]; /** * @return HasMany */ public function positions(): HasMany { return $this->hasMany(InvoicePosition::class); } }