App\Models\Artist {#1420
  +translationModel: "App\Translations\ArtistTranslation"
  +translatedAttributes: array:4 [
    0 => "name"
    1 => "slug"
    2 => "min_description"
    3 => "description"
  ]
  #casts: array:2 [
    "show_price" => "boolean"
    "status" => "boolean"
  ]
  +imagesAutoName: true
  #connection: "mysql"
  #table: "artists"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: []
  #withCount: []
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #attributes: array:8 [
    "id" => 74
    "category_id" => 13
    "price" => 250.0
    "show_price" => 0
    "status" => 1
    "position" => 173
    "created_at" => "2020-03-25 10:13:26"
    "updated_at" => "2020-05-07 16:25:27"
  ]
  #original: array:8 [
    "id" => 74
    "category_id" => 13
    "price" => 250.0
    "show_price" => 0
    "status" => 1
    "position" => 173
    "created_at" => "2020-03-25 10:13:26"
    "updated_at" => "2020-05-07 16:25:27"
  ]
  #changes: []
  #classCastCache: []
  #dates: []
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: []
  #touches: []
  +timestamps: true
  #hidden: []
  #visible: []
  #fillable: []
  #guarded: array:1 [
    0 => "*"
  ]
  #defaultLocale: null
  +sortable: array:2 [
    "order_column_name" => "position"
    "sort_when_creating" => true
  ]
  #scoutMetadata: []
}