'array', // 'feature' => 'array' ]; public function subRanks() { return $this->hasMany(SubRank::class); } }