Документы 1 - 10 из 856
1.
^ array:5 [
  0 => array:10 [
    "id" => 1782703
    "name" => "Коногорова Диана Викторовна"
    "initials" => "Коногорова Д. В."
    "contact" => null
    "degree" => null
    "research_interests" => null
    "responsibility_type" => "alternative"
    "pivot_id" => 83366770
    "opac_id" => "NLRS\AF\0000028830"
    "books_rel" => Illuminate\Database\Eloquent\Relations\BelongsToMany {#1263
      #table: "author_book"
      #foreignPivotKey: "author_opac_id"
      #relatedPivotKey: "book_opac_id"
      #parentKey: "opac_id"
      #relatedKey: "opac_id"
      #relationName: "books"
      #pivotColumns: []
      #pivotWheres: []
      #pivotWhereIns: []
      #pivotValues: []
      +withTimestamps: false
      #pivotCreatedAt: null
      #pivotUpdatedAt: null
      #using: null
      #accessor: "pivot"
      #query: Illuminate\Database\Eloquent\Builder {#1256
        #query: Illuminate\Database\Query\Builder {#1255
          +connection: Illuminate\Database\MySqlConnection {#674
            #pdo: PDO {#683
              inTransaction: false
              attributes: { …13}
            }
            #readPdo: null
            #database: "elib"
            #tablePrefix: ""
            #config: array:13 [
              "driver" => "mysql"
              "host" => "127.0.0.1"
              "port" => "3307"
              "database" => "elib"
              "username" => "elib"
              "password" => "PQhuFV"
              "unix_socket" => ""
              "charset" => "utf8mb4"
              "collation" => "utf8mb4_unicode_ci"
              "prefix" => ""
              "strict" => true
              "engine" => null
              "name" => "mysql"
            ]
            #reconnector: Closure($connection) {#677
              class: "Illuminate\Database\DatabaseManager"
              this: Illuminate\Database\DatabaseManager {#22}
            }
            #queryGrammar: Illuminate\Database\Query\Grammars\MySqlGrammar {#675
              #operators: array:1 [
                0 => "sounds like"
              ]
              #selectComponents: array:11 [
                0 => "aggregate"
                1 => "columns"
                2 => "from"
                3 => "joins"
                4 => "wheres"
                5 => "groups"
                6 => "havings"
                7 => "orders"
                8 => "limit"
                9 => "offset"
                10 => "lock"
              ]
              #tablePrefix: ""
            }
            #schemaGrammar: null
            #postProcessor: Illuminate\Database\Query\Processors\MySqlProcessor {#676}
            #events: Illuminate\Events\Dispatcher {#26
              #container: Illuminate\Foundation\Application {#2 …31}
              #listeners: array:42 [ …42]
              #wildcards: []
              #wildcardsCache: array:76 [ …76]
              #queueResolver: Closure() {#27 …3}
            }
            #fetchMode: 5
            #transactions: 0
            #recordsModified: false
            #queryLog: []
            #loggingQueries: false
            #pretending: false
            #doctrineConnection: null
          }
          +grammar: Illuminate\Database\Query\Grammars\MySqlGrammar {#675}
          +processor: Illuminate\Database\Query\Processors\MySqlProcessor {#676}
          +bindings: array:7 [
            "select" => []
            "from" => []
            "join" => []
            "where" => array:1 [
              0 => "NLRS\AF\0000028830"
            ]
            "having" => []
            "order" => []
            "union" => []
          ]
          +aggregate: null
          +columns: null
          +distinct: false
          +from: "books"
          +joins: array:1 [
            0 => Illuminate\Database\Query\JoinClause {#1264
              +type: "inner"
              +table: "author_book"
              -parentQuery: Illuminate\Database\Query\Builder {#1255}
              +connection: Illuminate\Database\MySqlConnection {#674}
              +grammar: Illuminate\Database\Query\Grammars\MySqlGrammar {#675}
              +processor: Illuminate\Database\Query\Processors\MySqlProcessor {#676}
              +bindings: array:7 [ …7]
              +aggregate: null
              +columns: null
              +distinct: false
              +from: null
              +joins: null
              +wheres: array:1 [ …1]
              +groups: null
              +havings: null
              +orders: null
              +limit: null
              +offset: null
              +unions: null
              +unionLimit: null
              +unionOffset: null
              +unionOrders: null
              +lock: null
              +operators: array:29 [ …29]
              +useWritePdo: false
            }
          ]
          +wheres: array:1 [
            0 => array:5 [
              "type" => "Basic"
              "column" => "author_book.author_opac_id"
              "operator" => "="
              "value" => "NLRS\AF\0000028830"
              "boolean" => "and"
            ]
          ]
          +groups: null
          +havings: null
          +orders: null
          +limit: null
          +offset: null
          +unions: null
          +unionLimit: null
          +unionOffset: null
          +unionOrders: null
          +lock: null
          +operators: array:29 [
            0 => "="
            1 => "<"
            2 => ">"
            3 => "<="
            4 => ">="
            5 => "<>"
            6 => "!="
            7 => "<=>"
            8 => "like"
            9 => "like binary"
            10 => "not like"
            11 => "ilike"
            12 => "&"
            13 => "|"
            14 => "^"
            15 => "<<"
            16 => ">>"
            17 => "rlike"
            18 => "regexp"
            19 => "not regexp"
            20 => "~"
            21 => "~*"
            22 => "!~"
            23 => "!~*"
            24 => "similar to"
            25 => "not similar to"
            26 => "not ilike"
            27 => "~~*"
            28 => "!~~*"
          ]
          +useWritePdo: false
        }
        #model: App\Models\Book {#1254
          #table: "books"
          #fillable: array:35 [
            0 => "inv_id"
            1 => "opac_id"
            2 => "udk"
            3 => "spec_code"
            4 => "page_count"
            5 => "author"
            6 => "publisher"
            7 => "short_bibl"
            8 => "annotation"
            9 => "keywords"
            10 => "title"
            11 => "otv"
            12 => "pub_place"
            13 => "pub_date"
            14 => "edition_n"
            15 => "serial_n"
            16 => "type"
            17 => "fcont"
            18 => "fform"
            19 => "relation"
            20 => "agreement_num"
            21 => "agreement_date"
            22 => "notes"
            23 => "requester"
            24 => "posting_date"
            25 => "age_restriction"
            26 => "genre"
            27 => "ex_bibrec_op"
            28 => "c_op856"
            29 => "agreement"
            30 => "ex_pdf"
            31 => "ex_jpg"
            32 => "ex_flip"
            33 => "visible"
            34 => "access"
          ]
          #dates: array:5 [
            0 => "posting_date"
            1 => "agreement_date"
            2 => "created_at"
            3 => "updated_at"
            4 => "made_visible_at"
          ]
          #appends: array:4 [
            0 => "cover_thumb"
            1 => "is_on_shelf"
            2 => "title_page_nums"
            3 => "shelf_timestamp"
          ]
          #with: array:4 [
            0 => "collections"
            1 => "authorBookPivots"
            2 => "authorBookPivots.relatorCode"
            3 => "authors"
          ]
          #indexConfigurator: "App\IndexConfigurators\BookIndexConfigurator"
          #mapping: array:3 [
            "_source" => array:1 [
              "excludes" => array:1 [
                0 => "content.text"
              ]
            ]
            "_all" => array:1 [
              "enabled" => false
            ]
            "properties" => array:39 [
              "content" => array:1 [
                "properties" => array:1 [ …1]
              ]
              "title" => array:5 [
                "type" => "text"
                "analyzer" => "russian"
                "copy_to" => "title_and_authors_str"
                "fields" => array:3 [ …3]
                "fielddata" => true
              ]
              "author" => array:3 [
                "type" => "keyword"
                "ignore_above" => 8191
                "fields" => array:1 [ …1]
              ]
              "authors_str" => array:4 [
                "type" => "text"
                "analyzer" => "russian"
                "copy_to" => "title_and_authors_str"
                "fields" => array:2 [ …2]
              ]
              "title_and_authors_str" => array:2 [
                "type" => "text"
                "fields" => array:2 [ …2]
              ]
              "authors_opac_ids" => array:1 [
                "type" => "keyword"
              ]
              "authors_ids" => array:1 [
                "type" => "long"
              ]
              "otvs_opac_ids" => array:1 [
                "type" => "keyword"
              ]
              "otvs_ids" => array:1 [
                "type" => "long"
              ]
              "col_w_anc" => array:1 [
                "type" => "short"
              ]
              "keywords" => array:3 [
                "type" => "text"
                "analyzer" => "russian"
                "fields" => array:2 [ …2]
              ]
              "type" => array:1 [
                "type" => "byte"
              ]
              "sci_type" => array:1 [
                "type" => "byte"
              ]
              "genre" => array:1 [
                "type" => "byte"
              ]
              "multimedia_type" => array:1 [
                "type" => "byte"
              ]
              "langs" => array:1 [
                "type" => "keyword"
              ]
              "lang_iids" => array:1 [
                "type" => "short"
              ]
              "access" => array:1 [
                "type" => "byte"
              ]
              "visible" => array:1 [
                "type" => "byte"
              ]
              "fragment_narrations_existence" => array:1 [
                "type" => "byte"
              ]
              "reviews_existence" => array:1 [
                "type" => "byte"
              ]
              "opac_id" => array:2 [
                "type" => "keyword"
                "fields" => array:1 [ …1]
              ]
              "pub_date" => array:1 [
                "type" => "short"
              ]
              "serial_n" => array:2 [
                "type" => "keyword"
                "ignore_above" => 8191
              ]
              "made_visible_at" => array:1 [
                "type" => "date"
              ]
              "delivery_count" => array:1 [
                "type" => "long"
              ]
              "ocol_w_anc" => array:1 [
                "type" => "short"
              ]
              "scol_w_anc" => array:1 [
                "type" => "short"
              ]
              "publisher" => array:3 [
                "type" => "text"
                "analyzer" => "russian"
                "fields" => array:2 [ …2]
              ]
              "pub_place" => array:3 [
                "type" => "text"
                "analyzer" => "russian"
                "fields" => array:2 [ …2]
              ]
              "num_str" => array:2 [
                "type" => "text"
                "analyzer" => "russian"
              ]
              "pub_date_str" => array:2 [
                "type" => "text"
                "analyzer" => "russian"
              ]
              "nums" => array:1 [
                "type" => "integer"
              ]
              "release_date" => array:2 [
                "type" => "text"
                "analyzer" => "russian"
              ]
              "col_w_anc_kw" => array:1 [
                "type" => "keyword"
              ]
              "ocol_w_anc_kw" => array:1 [
                "type" => "keyword"
              ]
              "scol_w_anc_kw" => array:1 [
                "type" => "keyword"
              ]
              "visible_kw" => array:1 [
                "type" => "keyword"
              ]
              "age_restriction" => array:1 [
                "type" => "byte"
              ]
            ]
          ]
          #searchRules: array:1 [
            0 => "App\BookSearchRule"
          ]
          #connection: "mysql"
          #primaryKey: "id"
          #keyType: "int"
          +incrementing: true
          #withCount: []
          #perPage: 15
          +exists: false
          +wasRecentlyCreated: false
          #attributes: []
          #original: []
          #changes: []
          #casts: []
          #dateFormat: null
          #dispatchesEvents: []
          #observables: []
          #relations: []
          #touches: []
          +timestamps: true
          #hidden: []
          #visible: []
          #guarded: array:1 [
            0 => "*"
          ]
          -highlight: null
          #scoutMetadata: []
          +mediaConversions: []
          +mediaCollections: []
          #deletePreservingMedia: false
          #unAttachedMediaLibraryItems: []
        }
        #eagerLoad: array:4 [
          "collections" => Closure() {#1257
            class: "Illuminate\Database\Eloquent\Builder"
            this: Illuminate\Database\Eloquent\Builder {#1256}
          }
          "authorBookPivots" => Closure() {#1258
            class: "Illuminate\Database\Eloquent\Builder"
            this: Illuminate\Database\Eloquent\Builder {#1256}
          }
          "authorBookPivots.relatorCode" => Closure() {#1259
            class: "Illuminate\Database\Eloquent\Builder"
            this: Illuminate\Database\Eloquent\Builder {#1256}
          }
          "authors" => Closure() {#1260
            class: "Illuminate\Database\Eloquent\Builder"
            this: Illuminate\Database\Eloquent\Builder {#1256}
          }
        ]
        #localMacros: array:2 [
          "searchable" => Closure(Builder $builder, $chunk = null) {#1261
            class: "Laravel\Scout\SearchableScope"
            this: Laravel\Scout\SearchableScope {#902}
          }
          "unsearchable" => Closure(Builder $builder, $chunk = null) {#1262
            class: "Laravel\Scout\SearchableScope"
            this: Laravel\Scout\SearchableScope {#902}
          }
        ]
        #onDelete: null
        #passthru: array:13 [
          0 => "insert"
          1 => "insertGetId"
          2 => "getBindings"
          3 => "toSql"
          4 => "exists"
          5 => "doesntExist"
          6 => "count"
          7 => "min"
          8 => "max"
          9 => "avg"
          10 => "average"
          11 => "sum"
          12 => "getConnection"
        ]
        #scopes: array:6 [
          "Laravel\Scout\SearchableScope" => Laravel\Scout\SearchableScope {#902}
          "App\Scopes\BooksExceptEcsbEpsCensorshipScope" => App\Scopes\BooksExceptEcsbEpsCensorshipScope {#918}
          "App\Scopes\AgeFilterScope" => App\Scopes\AgeFilterScope {#919}
          "App\Scopes\BooksOnlyVisibleScope" => App\Scopes\BooksOnlyVisibleScope {#920}
          "App\Scopes\BooksExceptLkSamplesScope" => App\Scopes\BooksExceptLkSamplesScope {#921}
          "App\Scopes\BooksWithoutPreprintsScope" => App\Scopes\BooksWithoutPreprintsScope {#922}
        ]
        #removedScopes: []
      }
      #parent: App\Modules\Authors\Models\Author {#1217
        #connection: "mysql"
        #table: "authors"
        #primaryKey: "id"
        #keyType: "int"
        +incrementing: true
        #with: []
        #withCount: []
        #perPage: 15
        +exists: true
        +wasRecentlyCreated: false
        #attributes: array:43 [
          "id" => 1782703
          "opac_id" => "NLRS\AF\0000028830"
          "surname" => "Коногорова"
          "initials" => "Д. В."
          "name_patronymic" => "Диана Викторовна"
          "pseudonym" => null
          "degree" => ""
          "lifespan" => null
          "bio" => ""
          "career" => ""
          "contact" => "АК "АЛРОСА" (ПАО), Научно-исследовательское геологическое предприятие ; 678170, РС(Я), г. Мирный, Чернышевское ш., 16 ; e-mail: KonogorovaDV@alrosa.ru ; http://www.alrosa.ru/"
          "org_name" => null
          "org_subdiv" => ""
          "org_num" => null
          "org_date" => null
          "org_place" => null
          "org_contact" => null
          "org_note" => null
          "user_id" => null
          "created_at" => "2021-02-18 16:21:28"
          "updated_at" => "2022-10-24 10:32:57"
          "type" => "person"
          "eb_descr" => null
          "rinc_id" => null
          "scopus_id" => null
          "spin_code" => null
          "orcid" => null
          "researcher_id" => null
          "research_interests" => "Геология"
          "org_ident" => ""
          "can_be_sap" => 1
          "x" => null
          "ext_ids" => "РИНЦ AuthorID: 1006853"
          "p_surname" => null
          "p_initials" => null
          "p_name_patronymic" => null
          "p_lang" => null
          "lang" => "rus"
          "full_name" => "Коногорова Диана Викторовна "
          "reference_note" => "Младший научный сотрудник Научно-исследовательского геологического предприятия АК "АЛРОСА" (ПАО)."
          "found_elibrary_profile_by_rinc_authorid" => null
          "rinc_authorid" => null
          "elibrary_fio" => null
        ]
        #original: array:57 [
          "id" => 1782703
          "opac_id" => "NLRS\AF\0000028830"
          "surname" => "Коногорова"
          "initials" => "Д. В."
          "name_patronymic" => "Диана Викторовна"
          "pseudonym" => null
          "degree" => ""
          "lifespan" => null
          "bio" => ""
          "career" => ""
          "contact" => "АК "АЛРОСА" (ПАО), Научно-исследовательское геологическое предприятие ; 678170, РС(Я), г. Мирный, Чернышевское ш., 16 ; e-mail: KonogorovaDV@alrosa.ru ; http://www.alrosa.ru/"
          "org_name" => null
          "org_subdiv" => ""
          "org_num" => null
          "org_date" => null
          "org_place" => null
          "org_contact" => null
          "org_note" => null
          "user_id" => null
          "created_at" => "2021-02-18 16:21:28"
          "updated_at" => "2022-10-24 10:32:57"
          "type" => "person"
          "eb_descr" => null
          "rinc_id" => null
          "scopus_id" => null
          "spin_code" => null
          "orcid" => null
          "researcher_id" => null
          "research_interests" => "Геология"
          "org_ident" => ""
          "can_be_sap" => 1
          "x" => null
          "ext_ids" => "РИНЦ AuthorID: 1006853"
          "p_surname" => null
          "p_initials" => null
          "p_name_patronymic" => null
          "p_lang" => null
          "lang" => "rus"
          "full_name" => "Коногорова Диана Викторовна "
          "reference_note" => "Младший научный сотрудник Научно-исследовательского геологического предприятия АК "АЛРОСА" (ПАО)."
          "found_elibrary_profile_by_rinc_authorid" => null
          "rinc_authorid" => null
          "elibrary_fio" => null
          "pivot_book_opac_id" => "NLRS\BIBL\0001697942"
          "pivot_author_opac_id" => "NLRS\AF\0000028830"
          "pivot_relator_code" => null
          "pivot_d_contact" => null
          "pivot_d_ext_ids" => null
          "pivot_d_degree" => null
          "pivot_d_surname" => "Коногорова"
          "pivot_d_initials" => "Д. В."
          "pivot_d_name_patronymic" => "Диана Викторовна"
          "pivot_d_p_surname" => null
          "pivot_d_p_initials" => null
          "pivot_d_p_name_patronymic" => null
          "pivot_responsibility_type" => "alternative"
          "pivot_id" => 83366770
        ]
        #changes: []
        #casts: []
        #dates: []
        #dateFormat: null
        #appends: []
        #dispatchesEvents: []
        #observables: []
        #relations: array:1 [
          "pivot" => Illuminate\Database\Eloquent\Relations\Pivot {#1246
            #guarded: []
            #connection: "mysql"
            #table: "author_book"
            #primaryKey: "id"
            #keyType: "int"
            +incrementing: true
            #with: []
            #withCount: []
            #perPage: 15
            +exists: true
            +wasRecentlyCreated: false
            #attributes: array:14 [
              "book_opac_id" => "NLRS\BIBL\0001697942"
              "author_opac_id" => "NLRS\AF\0000028830"
              "relator_code" => null
              "d_contact" => null
              "d_ext_ids" => null
              "d_degree" => null
              "d_surname" => "Коногорова"
              "d_initials" => "Д. В."
              "d_name_patronymic" => "Диана Викторовна"
              "d_p_surname" => null
              "d_p_initials" => null
              "d_p_name_patronymic" => null
              "responsibility_type" => "alternative"
              "id" => 83366770
            ]
            #original: array:14 [
              "book_opac_id" => "NLRS\BIBL\0001697942"
              "author_opac_id" => "NLRS\AF\0000028830"
              "relator_code" => null
              "d_contact" => null
              "d_ext_ids" => null
              "d_degree" => null
              "d_surname" => "Коногорова"
              "d_initials" => "Д. В."
              "d_name_patronymic" => "Диана Викторовна"
              "d_p_surname" => null
              "d_p_initials" => null
              "d_p_name_patronymic" => null
              "responsibility_type" => "alternative"
              "id" => 83366770
            ]
            #changes: []
            #casts: []
            #dates: []
            #dateFormat: null
            #appends: []
            #dispatchesEvents: []
            #observables: []
            #relations: []
            #touches: []
            +timestamps: false
            #hidden: []
            #visible: []
            #fillable: []
            +pivotParent: App\Models\Book {#831
              #table: "books"
              #fillable: array:35 [ …35]
              #dates: array:5 [ …5]
              #appends: array:4 [ …4]
              #with: array:4 [ …4]
              #indexConfigurator: "App\IndexConfigurators\BookIndexConfigurator"
              #mapping: array:3 [ …3]
              #searchRules: array:1 [ …1]
              #connection: "mysql"
              #primaryKey: "id"
              #keyType: "int"
              +incrementing: true
              #withCount: []
              #perPage: 15
              +exists: true
              +wasRecentlyCreated: false
              #attributes: array:141 [ …141]
              #original: array:141 [ …141]
              #changes: []
              #casts: []
              #dateFormat: null
              #dispatchesEvents: []
              #observables: []
              #relations: array:10 [ …10]
              #touches: []
              +timestamps: true
              #hidden: []
              #visible: []
              #guarded: array:1 [ …1]
              -highlight: null
              #scoutMetadata: []
              +mediaConversions: []
              +mediaCollections: []
              #deletePreservingMedia: false
              #unAttachedMediaLibraryItems: []
            }
            #foreignKey: "book_opac_id"
            #relatedKey: "author_opac_id"
          }
        ]
        #touches: []
        +timestamps: true
        #hidden: []
        #visible: []
        #fillable: []
        #guarded: array:1 [
          0 => "*"
        ]
      }
      #related: App\Models\Book {#1254}
    }
  ]
  1 => array:10 [
    "id" => 126694
    "name" => "Ковальчук Олег Евгеньевич"
    "initials" => "Ковальчук О. Е."
    "contact" => null
    "degree" => null
    "research_interests" => null
    "responsibility_type" => "alternative"
    "pivot_id" => 83366771
    "opac_id" => "NLRS\AF\0000020145"
    "books_rel" => Illuminate\Database\Eloquent\Relations\BelongsToMany {#1202
      #table: "author_book"
      #foreignPivotKey: "author_opac_id"
      #relatedPivotKey: "book_opac_id"
      #parentKey: "opac_id"
      #relatedKey: "opac_id"
      #relationName: "books"
      #pivotColumns: []
      #pivotWheres: []
      #pivotWhereIns: []
      #pivotValues: []
      +withTimestamps: false
      #pivotCreatedAt: null
      #pivotUpdatedAt: null
      #using: null
      #accessor: "pivot"
      #query: Illuminate\Database\Eloquent\Builder {#1210
        #query: Illuminate\Database\Query\Builder {#1224
          +connection: Illuminate\Database\MySqlConnection {#674}
          +grammar: Illuminate\Database\Query\Grammars\MySqlGrammar {#675}
          +processor: Illuminate\Database\Query\Processors\MySqlProcessor {#676}
          +bindings: array:7 [
            "select" => []
            "from" => []
            "join" => []
            "where" => array:1 [
              0 => "NLRS\AF\0000020145"
            ]
            "having" => []
            "order" => []
            "union" => []
          ]
          +aggregate: null
          +columns: null
          +distinct: false
          +from: "books"
          +joins: array:1 [
            0 => Illuminate\Database\Query\JoinClause {#1201
              +type: "inner"
              +table: "author_book"
              -parentQuery: Illuminate\Database\Query\Builder {#1224}
              +connection: Illuminate\Database\MySqlConnection {#674}
              +grammar: Illuminate\Database\Query\Grammars\MySqlGrammar {#675}
              +processor: Illuminate\Database\Query\Processors\MySqlProcessor {#676}
              +bindings: array:7 [ …7]
              +aggregate: null
              +columns: null
              +distinct: false
              +from: null
              +joins: null
              +wheres: array:1 [ …1]
              +groups: null
              +havings: null
              +orders: null
              +limit: null
              +offset: null
              +unions: null
              +unionLimit: null
              +unionOffset: null
              +unionOrders: null
              +lock: null
              +operators: array:29 [ …29]
              +useWritePdo: false
            }
          ]
          +wheres: array:1 [
            0 => array:5 [
              "type" => "Basic"
              "column" => "author_book.author_opac_id"
              "operator" => "="
              "value" => "NLRS\AF\0000020145"
              "boolean" => "and"
            ]
          ]
          +groups: null
          +havings: null
          +orders: null
          +limit: null
          +offset: null
          +unions: null
          +unionLimit: null
          +unionOffset: null
          +unionOrders: null
          +lock: null
          +operators: array:29 [
            0 => "="
            1 => "<"
            2 => ">"
            3 => "<="
            4 => ">="
            5 => "<>"
            6 => "!="
            7 => "<=>"
            8 => "like"
            9 => "like binary"
            10 => "not like"
            11 => "ilike"
            12 => "&"
            13 => "|"
            14 => "^"
            15 => "<<"
            16 => ">>"
            17 => "rlike"
            18 => "regexp"
            19 => "not regexp"
            20 => "~"
            21 => "~*"
            22 => "!~"
            23 => "!~*"
            24 => "similar to"
            25 => "not similar to"
            26 => "not ilike"
            27 => "~~*"
            28 => "!~~*"
          ]
          +useWritePdo: false
        }
        #model: App\Models\Book {#1211
          #table: "books"
          #fillable: array:35 [
            0 => "inv_id"
            1 => "opac_id"
            2 => "udk"
            3 => "spec_code"
            4 => "page_count"
            5 => "author"
            6 => "publisher"
            7 => "short_bibl"
            8 => "annotation"
            9 => "keywords"
            10 => "title"
            11 => "otv"
            12 => "pub_place"
            13 => "pub_date"
            14 => "edition_n"
            15 => "serial_n"
            16 => "type"
            17 => "fcont"
            18 => "fform"
            19 => "relation"
            20 => "agreement_num"
            21 => "agreement_date"
            22 => "notes"
            23 => "requester"
            24 => "posting_date"
            25 => "age_restriction"
            26 => "genre"
            27 => "ex_bibrec_op"
            28 => "c_op856"
            29 => "agreement"
            30 => "ex_pdf"
            31 => "ex_jpg"
            32 => "ex_flip"
            33 => "visible"
            34 => "access"
          ]
          #dates: array:5 [
            0 => "posting_date"
            1 => "agreement_date"
            2 => "created_at"
            3 => "updated_at"
            4 => "made_visible_at"
          ]
          #appends: array:4 [
            0 => "cover_thumb"
            1 => "is_on_shelf"
            2 => "title_page_nums"
            3 => "shelf_timestamp"
          ]
          #with: array:4 [
            0 => "collections"
            1 => "authorBookPivots"
            2 => "authorBookPivots.relatorCode"
            3 => "authors"
          ]
          #indexConfigurator: "App\IndexConfigurators\BookIndexConfigurator"
          #mapping: array:3 [
            "_source" => array:1 [
              "excludes" => array:1 [
                0 => "content.text"
              ]
            ]
            "_all" => array:1 [
              "enabled" => false
            ]
            "properties" => array:39 [
              "content" => array:1 [
                "properties" => array:1 [ …1]
              ]
              "title" => array:5 [
                "type" => "text"
                "analyzer" => "russian"
                "copy_to" => "title_and_authors_str"
                "fields" => array:3 [ …3]
                "fielddata" => true
              ]
              "author" => array:3 [
                "type" => "keyword"
                "ignore_above" => 8191
                "fields" => array:1 [ …1]
              ]
              "authors_str" => array:4 [
                "type" => "text"
                "analyzer" => "russian"
                "copy_to" => "title_and_authors_str"
                "fields" => array:2 [ …2]
              ]
              "title_and_authors_str" => array:2 [
                "type" => "text"
                "fields" => array:2 [ …2]
              ]
              "authors_opac_ids" => array:1 [
                "type" => "keyword"
              ]
              "authors_ids" => array:1 [
                "type" => "long"
              ]
              "otvs_opac_ids" => array:1 [
                "type" => "keyword"
              ]
              "otvs_ids" => array:1 [
                "type" => "long"
              ]
              "col_w_anc" => array:1 [
                "type" => "short"
              ]
              "keywords" => array:3 [
                "type" => "text"
                "analyzer" => "russian"
                "fields" => array:2 [ …2]
              ]
              "type" => array:1 [
                "type" => "byte"
              ]
              "sci_type" => array:1 [
                "type" => "byte"
              ]
              "genre" => array:1 [
                "type" => "byte"
              ]
              "multimedia_type" => array:1 [
                "type" => "byte"
              ]
              "langs" => array:1 [
                "type" => "keyword"
              ]
              "lang_iids" => array:1 [
                "type" => "short"
              ]
              "access" => array:1 [
                "type" => "byte"
              ]
              "visible" => array:1 [
                "type" => "byte"
              ]
              "fragment_narrations_existence" => array:1 [
                "type" => "byte"
              ]
              "reviews_existence" => array:1 [
                "type" => "byte"
              ]
              "opac_id" => array:2 [
                "type" => "keyword"
                "fields" => array:1 [ …1]
              ]
              "pub_date" => array:1 [
                "type" => "short"
              ]
              "serial_n" => array:2 [
                "type" => "keyword"
                "ignore_above" => 8191
              ]
              "made_visible_at" => array:1 [
                "type" => "date"
              ]
              "delivery_count" => array:1 [
                "type" => "long"
              ]
              "ocol_w_anc" => array:1 [
                "type" => "short"
              ]
              "scol_w_anc" => array:1 [
                "type" => "short"
              ]
              "publisher" => array:3 [
                "type" => "text"
                "analyzer" => "russian"
                "fields" => array:2 [ …2]
              ]
              "pub_place" => array:3 [
                "type" => "text"
                "analyzer" => "russian"
                "fields" => array:2 [ …2]
              ]
              "num_str" => array:2 [
                "type" => "text"
                "analyzer" => "russian"
              ]
              "pub_date_str" => array:2 [
                "type" => "text"
                "analyzer" => "russian"
              ]
              "nums" => array:1 [
                "type" => "integer"
              ]
              "release_date" => array:2 [
                "type" => "text"
                "analyzer" => "russian"
              ]
              "col_w_anc_kw" => array:1 [
                "type" => "keyword"
              ]
              "ocol_w_anc_kw" => array:1 [
                "type" => "keyword"
              ]
              "scol_w_anc_kw" => array:1 [
                "type" => "keyword"
              ]
              "visible_kw" => array:1 [
                "type" => "keyword"
              ]
              "age_restriction" => array:1 [
                "type" => "byte"
              ]
            ]
          ]
          #searchRules: array:1 [
            0 => "App\BookSearchRule"
          ]
          #connection: "mysql"
          #primaryKey: "id"
          #keyType: "int"
          +incrementing: true
          #withCount: []
          #perPage: 15
          +exists: false
          +wasRecentlyCreated: false
          #attributes: []
          #original: []
          #changes: []
          #casts: []
          #dateFormat: null
          #dispatchesEvents: []
          #observables: []
          #relations: []
          #touches: []
          +timestamps: true
          #hidden: []
          #visible: []
          #guarded: array:1 [
            0 => "*"
          ]
          -highlight: null
          #scoutMetadata: []
          +mediaConversions: []
          +mediaCollections: []
          #deletePreservingMedia: false
          #unAttachedMediaLibraryItems: []
        }
        #eagerLoad: array:4 [
          "collections" => Closure() {#1212
            class: "Illuminate\Database\Eloquent\Builder"
            this: Illuminate\Database\Eloquent\Builder {#1210}
          }
          "authorBookPivots" => Closure() {#1249
            class: "Illuminate\Database\Eloquent\Builder"
            this: Illuminate\Database\Eloquent\Builder {#1210}
          }
          "authorBookPivots.relatorCode" => Closure() {#1207
            class: "Illuminate\Database\Eloquent\Builder"
            this: Illuminate\Database\Eloquent\Builder {#1210}
          }
          "authors" => Closure() {#1205
            class: "Illuminate\Database\Eloquent\Builder"
            this: Illuminate\Database\Eloquent\Builder {#1210}
          }
        ]
        #localMacros: array:2 [
          "searchable" => Closure(Builder $builder, $chunk = null) {#1204
            class: "Laravel\Scout\SearchableScope"
            this: Laravel\Scout\SearchableScope {#902}
          }
          "unsearchable" => Closure(Builder $builder, $chunk = null) {#1203
            class: "Laravel\Scout\SearchableScope"
            this: Laravel\Scout\SearchableScope {#902}
          }
        ]
        #onDelete: null
        #passthru: array:13 [
          0 => "insert"
          1 => "insertGetId"
          2 => "getBindings"
          3 => "toSql"
          4 => "exists"
          5 => "doesntExist"
          6 => "count"
          7 => "min"
          8 => "max"
          9 => "avg"
          10 => "average"
          11 => "sum"
          12 => "getConnection"
        ]
        #scopes: array:6 [
          "Laravel\Scout\SearchableScope" => Laravel\Scout\SearchableScope {#902}
          "App\Scopes\BooksExceptEcsbEpsCensorshipScope" => App\Scopes\BooksExceptEcsbEpsCensorshipScope {#918}
          "App\Scopes\AgeFilterScope" => App\Scopes\AgeFilterScope {#919}
          "App\Scopes\BooksOnlyVisibleScope" => App\Scopes\BooksOnlyVisibleScope {#920}
          "App\Scopes\BooksExceptLkSamplesScope" => App\Scopes\BooksExceptLkSamplesScope {#921}
          "App\Scopes\BooksWithoutPreprintsScope" => App\Scopes\BooksWithoutPreprintsScope {#922}
        ]
        #removedScopes: []
      }
      #parent: App\Modules\Authors\Models\Author {#1220
        #connection: "mysql"
        #table: "authors"
        #primaryKey: "id"
        #keyType: "int"
        +incrementing: true
        #with: []
        #withCount: []
        #perPage: 15
        +exists: true
        +wasRecentlyCreated: false
        #attributes: array:43 [
          "id" => 126694
          "opac_id" => "NLRS\AF\0000020145"
          "surname" => "Ковальчук"
          "initials" => "О. Е."
          "name_patronymic" => "Олег Евгеньевич"
          "pseudonym" => null
          "degree" => ""
          "lifespan" => null
          "bio" => ""
          "career" => ""
          "contact" => "Северо-Восточный федеральный университет им. М. К. Аммосова, Политехнический институт (филиал) ; 678175, г. Мирный, ул. Тихонова, 5/1 ; e-mail: oe.kovalchuk@s-vfu.ru ; https://www.s-vfu.ru"
          "org_name" => null
          "org_subdiv" => ""
          "org_num" => null
          "org_date" => null
          "org_place" => null
          "org_contact" => null
          "org_note" => null
          "user_id" => null
          "created_at" => "2019-04-07 14:52:44"
          "updated_at" => "2020-03-17 16:38:26"
          "type" => "person"
          "eb_descr" => null
          "rinc_id" => null
          "scopus_id" => null
          "spin_code" => null
          "orcid" => null
          "researcher_id" => null
          "research_interests" => "Горное дело, обогащение полезных ископаемых"
          "org_ident" => ""
          "can_be_sap" => 1
          "x" => ""
          "ext_ids" => "SPIN-код: 7045-1949, РИНЦ AuthorID: 636354"
          "p_surname" => null
          "p_initials" => null
          "p_name_patronymic" => null
          "p_lang" => null
          "lang" => "rus"
          "full_name" => "Ковальчук Олег Евгеньевич "
          "reference_note" => "Старший преподаватель кафедры горного дела Мирнинского политехнического института (филиал) Северо-Восточного федерального университета им. М. К. Аммосова."
          "found_elibrary_profile_by_rinc_authorid" => null
          "rinc_authorid" => null
          "elibrary_fio" => null
        ]
        #original: array:57 [
          "id" => 126694
          "opac_id" => "NLRS\AF\0000020145"
          "surname" => "Ковальчук"
          "initials" => "О. Е."
          "name_patronymic" => "Олег Евгеньевич"
          "pseudonym" => null
          "degree" => ""
          "lifespan" => null
          "bio" => ""
          "career" => ""
          "contact" => "Северо-Восточный федеральный университет им. М. К. Аммосова, Политехнический институт (филиал) ; 678175, г. Мирный, ул. Тихонова, 5/1 ; e-mail: oe.kovalchuk@s-vfu.ru ; https://www.s-vfu.ru"
          "org_name" => null
          "org_subdiv" => ""
          "org_num" => null
          "org_date" => null
          "org_place" => null
          "org_contact" => null
          "org_note" => null
          "user_id" => null
          "created_at" => "2019-04-07 14:52:44"
          "updated_at" => "2020-03-17 16:38:26"
          "type" => "person"
          "eb_descr" => null
          "rinc_id" => null
          "scopus_id" => null
          "spin_code" => null
          "orcid" => null
          "researcher_id" => null
          "research_interests" => "Горное дело, обогащение полезных ископаемых"
          "org_ident" => ""
          "can_be_sap" => 1
          "x" => ""
          "ext_ids" => "SPIN-код: 7045-1949, РИНЦ AuthorID: 636354"
          "p_surname" => null
          "p_initials" => null
          "p_name_patronymic" => null
          "p_lang" => null
          "lang" => "rus"
          "full_name" => "Ковальчук Олег Евгеньевич "
          "reference_note" => "Старший преподаватель кафедры горного дела Мирнинского политехнического института (филиал) Северо-Восточного федерального университета им. М. К. Аммосова."
          "found_elibrary_profile_by_rinc_authorid" => null
          "rinc_authorid" => null
          "elibrary_fio" => null
          "pivot_book_opac_id" => "NLRS\BIBL\0001697942"
          "pivot_author_opac_id" => "NLRS\AF\0000020145"
          "pivot_relator_code" => null
          "pivot_d_contact" => null
          "pivot_d_ext_ids" => null
          "pivot_d_degree" => null
          "pivot_d_surname" => "Ковальчук"
          "pivot_d_initials" => "О. Е."
          "pivot_d_name_patronymic" => "Олег Евгеньевич"
          "pivot_d_p_surname" => null
          "pivot_d_p_initials" => null
          "pivot_d_p_name_patronymic" => null
          "pivot_responsibility_type" => "alternative"
          "pivot_id" => 83366771
        ]
        #changes: []
        #casts: []
        #dates: []
        #dateFormat: null
        #appends: []
        #dispatchesEvents: []
        #observables: []
        #relations: array:1 [
          "pivot" => Illuminate\Database\Eloquent\Relations\Pivot {#1240
            #guarded: []
            #connection: "mysql"
            #table: "author_book"
            #primaryKey: "id"
            #keyType: "int"
            +incrementing: true
            #with: []
            #withCount: []
            #perPage: 15
            +exists: true
            +wasRecentlyCreated: false
            #attributes: array:14 [
              "book_opac_id" => "NLRS\BIBL\0001697942"
              "author_opac_id" => "NLRS\AF\0000020145"
              "relator_code" => null
              "d_contact" => null
              "d_ext_ids" => null
              "d_degree" => null
              "d_surname" => "Ковальчук"
              "d_initials" => "О. Е."
              "d_name_patronymic" => "Олег Евгеньевич"
              "d_p_surname" => null
              "d_p_initials" => null
              "d_p_name_patronymic" => null
              "responsibility_type" => "alternative"
              "id" => 83366771
            ]
            #original: array:14 [
              "book_opac_id" => "NLRS\BIBL\0001697942"
              "author_opac_id" => "NLRS\AF\0000020145"
              "relator_code" => null
              "d_contact" => null
              "d_ext_ids" => null
              "d_degree" => null
              "d_surname" => "Ковальчук"
              "d_initials" => "О. Е."
              "d_name_patronymic" => "Олег Евгеньевич"
              "d_p_surname" => null
              "d_p_initials" => null
              "d_p_name_patronymic" => null
              "responsibility_type" => "alternative"
              "id" => 83366771
            ]
            #changes: []
            #casts: []
            #dates: []
            #dateFormat: null
            #appends: []
            #dispatchesEvents: []
            #observables: []
            #relations: []
            #touches: []
            +timestamps: false
            #hidden: []
            #visible: []
            #fillable: []
            +pivotParent: App\Models\Book {#831}
            #foreignKey: "book_opac_id"
            #relatedKey: "author_opac_id"
          }
        ]
        #touches: []
        +timestamps: true
        #hidden: []
        #visible: []
        #fillable: []
        #guarded: array:1 [
          0 => "*"
        ]
      }
      #related: App\Models\Book {#1211}
    }
  ]
  2 => array:10 [
    "id" => 1782689
    "name" => "Бардухинов Леонид Даниилович"
    "initials" => "Бардухинов Л. Д."
    "contact" => null
    "degree" => "канд. геол.-минерал. наук"
    "research_interests" => null
    "responsibility_type" => "alternative"
    "pivot_id" => 83366772
    "opac_id" => "NLRS\AF\0000028793"
    "books_rel" => Illuminate\Database\Eloquent\Relations\BelongsToMany {#1182
      #table: "author_book"
      #foreignPivotKey: "author_opac_id"
      #relatedPivotKey: "book_opac_id"
      #parentKey: "opac_id"
      #relatedKey: "opac_id"
      #relationName: "books"
      #pivotColumns: []
      #pivotWheres: []
      #pivotWhereIns: []
      #pivotValues: []
      +withTimestamps: false
      #pivotCreatedAt: null
      #pivotUpdatedAt: null
      #using: null
      #accessor: "pivot"
      #query: Illuminate\Database\Eloquent\Builder {#1198
        #query: Illuminate\Database\Query\Builder {#1199
          +connection: Illuminate\Database\MySqlConnection {#674}
          +grammar: Illuminate\Database\Query\Grammars\MySqlGrammar {#675}
          +processor: Illuminate\Database\Query\Processors\MySqlProcessor {#676}
          +bindings: array:7 [
            "select" => []
            "from" => []
            "join" => []
            "where" => array:1 [
              0 => "NLRS\AF\0000028793"
            ]
            "having" => []
            "order" => []
            "union" => []
          ]
          +aggregate: null
          +columns: null
          +distinct: false
          +from: "books"
          +joins: array:1 [
            0 => Illuminate\Database\Query\JoinClause {#1183
              +type: "inner"
              +table: "author_book"
              -parentQuery: Illuminate\Database\Query\Builder {#1199}
              +connection: Illuminate\Database\MySqlConnection {#674}
              +grammar: Illuminate\Database\Query\Grammars\MySqlGrammar {#675}
              +processor: Illuminate\Database\Query\Processors\MySqlProcessor {#676}
              +bindings: array:7 [ …7]
              +aggregate: null
              +columns: null
              +distinct: false
              +from: null
              +joins: null
              +wheres: array:1 [ …1]
              +groups: null
              +havings: null
              +orders: null
              +limit: null
              +offset: null
              +unions: null
              +unionLimit: null
              +unionOffset: null
              +unionOrders: null
              +lock: null
              +operators: array:29 [ …29]
              +useWritePdo: false
            }
          ]
          +wheres: array:1 [
            0 => array:5 [
              "type" => "Basic"
              "column" => "author_book.author_opac_id"
              "operator" => "="
              "value" => "NLRS\AF\0000028793"
              "boolean" => "and"
            ]
          ]
          +groups: null
          +havings: null
          +orders: null
          +limit: null
          +offset: null
          +unions: null
          +unionLimit: null
          +unionOffset: null
          +unionOrders: null
          +lock: null
          +operators: array:29 [
            0 => "="
            1 => "<"
            2 => ">"
            3 => "<="
            4 => ">="
            5 => "<>"
            6 => "!="
            7 => "<=>"
            8 => "like"
            9 => "like binary"
            10 => "not like"
            11 => "ilike"
            12 => "&"
            13 => "|"
            14 => "^"
            15 => "<<"
            16 => ">>"
            17 => "rlike"
            18 => "regexp"
            19 => "not regexp"
            20 => "~"
            21 => "~*"
            22 => "!~"
            23 => "!~*"
            24 => "similar to"
            25 => "not similar to"
            26 => "not ilike"
            27 => "~~*"
            28 => "!~~*"
          ]
          +useWritePdo: false
        }
        #model: App\Models\Book {#1200
          #table: "books"
          #fillable: array:35 [
            0 => "inv_id"
            1 => "opac_id"
            2 => "udk"
            3 => "spec_code"
            4 => "page_count"
            5 => "author"
            6 => "publisher"
            7 => "short_bibl"
            8 => "annotation"
            9 => "keywords"
            10 => "title"
            11 => "otv"
            12 => "pub_place"
            13 => "pub_date"
            14 => "edition_n"
            15 => "serial_n"
            16 => "type"
            17 => "fcont"
            18 => "fform"
            19 => "relation"
            20 => "agreement_num"
            21 => "agreement_date"
            22 => "notes"
            23 => "requester"
            24 => "posting_date"
            25 => "age_restriction"
            26 => "genre"
            27 => "ex_bibrec_op"
            28 => "c_op856"
            29 => "agreement"
            30 => "ex_pdf"
            31 => "ex_jpg"
            32 => "ex_flip"
            33 => "visible"
            34 => "access"
          ]
          #dates: array:5 [
            0 => "posting_date"
            1 => "agreement_date"
            2 => "created_at"
            3 => "updated_at"
            4 => "made_visible_at"
          ]
          #appends: array:4 [
            0 => "cover_thumb"
            1 => "is_on_shelf"
            2 => "title_page_nums"
            3 => "shelf_timestamp"
          ]
          #with: array:4 [
            0 => "collections"
            1 => "authorBookPivots"
            2 => "authorBookPivots.relatorCode"
            3 => "authors"
          ]
          #indexConfigurator: "App\IndexConfigurators\BookIndexConfigurator"
          #mapping: array:3 [
            "_source" => array:1 [
              "excludes" => array:1 [
                0 => "content.text"
              ]
            ]
            "_all" => array:1 [
              "enabled" => false
            ]
            "properties" => array:39 [
              "content" => array:1 [
                "properties" => array:1 [ …1]
              ]
              "title" => array:5 [
                "type" => "text"
                "analyzer" => "russian"
                "copy_to" => "title_and_authors_str"
                "fields" => array:3 [ …3]
                "fielddata" => true
              ]
              "author" => array:3 [
                "type" => "keyword"
                "ignore_above" => 8191
                "fields" => array:1 [ …1]
              ]
              "authors_str" => array:4 [
                "type" => "text"
                "analyzer" => "russian"
                "copy_to" => "title_and_authors_str"
                "fields" => array:2 [ …2]
              ]
              "title_and_authors_str" => array:2 [
                "type" => "text"
                "fields" => array:2 [ …2]
              ]
              "authors_opac_ids" => array:1 [
                "type" => "keyword"
              ]
              "authors_ids" => array:1 [ …1]
              "otvs_opac_ids" => array:1 [ …1]
              "otvs_ids" => array:1 [ …1]
              "col_w_anc" => array:1 [ …1]
              "keywords" => array:3 [ …3]
              "type" => array:1 [ …1]
              "sci_type" => array:1 [ …1]
              "genre" => array:1 [ …1]
              "multimedia_type" => array:1 [ …1]
              "langs" => array:1 [ …1]
              "lang_iids" => array:1 [ …1]
              "access" => array:1 [ …1]
              "visible" => array:1 [ …1]
              "fragment_narrations_existence" => array:1 [ …1]
              "reviews_existence" => array:1 [ …1]
              "opac_id" => array:2 [ …2]
              "pub_date" => array:1 [ …1]
              "serial_n" => array:2 [ …2]
              "made_visible_at" => array:1 [ …1]
              "delivery_count" => array:1 [ …1]
              "ocol_w_anc" => array:1 [ …1]
              "scol_w_anc" => array:1 [ …1]
              "publisher" => array:3 [ …3]
              "pub_place" => array:3 [ …3]
              "num_str" => array:2 [ …2]
              "pub_date_str" => array:2 [ …2]
              "nums" => array:1 [ …1]
              "release_date" => array:2 [ …2]
              "col_w_anc_kw" => array:1 [ …1]
              "ocol_w_anc_kw" => array:1 [ …1]
              "scol_w_anc_kw" => array:1 [ …1]
              "visible_kw" => array:1 [ …1]
              "age_restriction" => array:1 [ …1]
            ]
          ]
          #searchRules: array:1 [
            0 => "App\BookSearchRule"
          ]
          #connection: "mysql"
          #primaryKey: "id"
          #keyType: "int"
          +incrementing: true
          #withCount: []
          #perPage: 15
          +exists: false
          +wasRecentlyCreated: false
          #attributes: []
          #original: []
          #changes: []
          #casts: []
          #dateFormat: null
          #dispatchesEvents: []
          #observables: []
          #relations: []
          #touches: []
          +timestamps: true
          #hidden: []
          #visible: []
          #guarded: array:1 [
            0 => "*"
          ]
          -highlight: null
          #scoutMetadata: []
          +mediaConversions: []
          +mediaCollections: []
          #deletePreservingMedia: false
          #unAttachedMediaLibraryItems: []
        }
        #eagerLoad: array:4 [
          "collections" => Closure() {#1197
            class: "Illuminate\Database\Eloquent\Builder"
            this: Illuminate\Database\Eloquent\Builder {#1198}
          }
          "authorBookPivots" => Closure() {#1196
            class: "Illuminate\Database\Eloquent\Builder"
            this: Illuminate\Database\Eloquent\Builder {#1198}
          }
          "authorBookPivots.relatorCode" => Closure() {#1195
            class: "Illuminate\Database\Eloquent\Builder"
            this: Illuminate\Database\Eloquent\Builder {#1198}
          }
          "authors" => Closure() {#1181
            class: "Illuminate\Database\Eloquent\Builder"
            this: Illuminate\Database\Eloquent\Builder {#1198}
          }
        ]
        #localMacros: array:2 [
          "searchable" => Closure(Builder $builder, $chunk = null) {#1179
            class: "Laravel\Scout\SearchableScope"
            this: Laravel\Scout\SearchableScope {#902}
          }
          "unsearchable" => Closure(Builder $builder, $chunk = null) {#1180
            class: "Laravel\Scout\SearchableScope"
            this: Laravel\Scout\SearchableScope {#902}
          }
        ]
        #onDelete: null
        #passthru: array:13 [
          0 => "insert"
          1 => "insertGetId"
          2 => "getBindings"
          3 => "toSql"
          4 => "exists"
          5 => "doesntExist"
          6 => "count"
          7 => "min"
          8 => "max"
          9 => "avg"
          10 => "average"
          11 => "sum"
          12 => "getConnection"
        ]
        #scopes: array:6 [
          "Laravel\Scout\SearchableScope" => Laravel\Scout\SearchableScope {#902}
          "App\Scopes\BooksExceptEcsbEpsCensorshipScope" => App\Scopes\BooksExceptEcsbEpsCensorshipScope {#918}
          "App\Scopes\AgeFilterScope" => App\Scopes\AgeFilterScope {#919}
          "App\Scopes\BooksOnlyVisibleScope" => App\Scopes\BooksOnlyVisibleScope {#920}
          "App\Scopes\BooksExceptLkSamplesScope" => App\Scopes\BooksExceptLkSamplesScope {#921}
          "App\Scopes\BooksWithoutPreprintsScope" => App\Scopes\BooksWithoutPreprintsScope {#922}
        ]
        #removedScopes: []
      }
      #parent: App\Modules\Authors\Models\Author {#1219
        #connection: "mysql"
        #table: "authors"
        #primaryKey: "id"
        #keyType: "int"
        +incrementing: true
        #with: []
        #withCount: []
        #perPage: 15
        +exists: true
        +wasRecentlyCreated: false
        #attributes: array:43 [
          "id" => 1782689
          "opac_id" => "NLRS\AF\0000028793"
          "surname" => "Бардухинов"
          "initials" => "Л. Д."
          "name_patronymic" => "Леонид Даниилович"
          "pseudonym" => null
          "degree" => "канд. геол.-минерал. наук"
          "lifespan" => null
          "bio" => "Защитил кандидатскую диссертацию на тему "Особенности алмазов и состав включений в них как поисковые признаки на примере Накынского и Алакит-Мархинского кимберлитовых полей" (2020)."
          "career" => ""
          "contact" => "АК "АЛРОСА" (ПАО), Научно-исследовательское геологическое предприятие ; 678170, РС(Я), г. Мирный, Чернышевское ш., 16 ; e-mail: bardukhinovld@alrosa.ru ; http://www.alrosa.ru/"
          "org_name" => null
          "org_subdiv" => ""
          "org_num" => null
          "org_date" => null
          "org_place" => null
          "org_contact" => null
          "org_note" => null
          "user_id" => null
          "created_at" => "2021-02-18 16:21:27"
          "updated_at" => "2022-10-24 10:09:39"
          "type" => "person"
          "eb_descr" => null
          "rinc_id" => null
          "scopus_id" => null
          "spin_code" => null
          "orcid" => null
          "researcher_id" => null
          "research_interests" => "Геология"
          "org_ident" => "канд. геол.-минерал. наук"
          "can_be_sap" => 1
          "x" => null
          "ext_ids" => "SPIN-код: 8903-1224, РИНЦ AuthorID: 947848"
          "p_surname" => null
          "p_initials" => null
          "p_name_patronymic" => null
          "p_lang" => null
          "lang" => "rus"
          "full_name" => "Бардухинов Леонид Даниилович "
          "reference_note" => "Заведующий Лабораторией комплексного исследования алмазов Научно-исследовательского геологического предприятия АК "АЛРОСА" (ПАО). "
          "found_elibrary_profile_by_rinc_authorid" => null
          "rinc_authorid" => null
          "elibrary_fio" => null
        ]
        #original: array:57 [
          "id" => 1782689
          "opac_id" => "NLRS\AF\0000028793"
          "surname" => "Бардухинов"
          "initials" => "Л. Д."
          "name_patronymic" => "Леонид Даниилович"
          "pseudonym" => null
          "degree" => "канд. геол.-минерал. наук"
          "lifespan" => null
          "bio" => "Защитил кандидатскую диссертацию на тему "Особенности алмазов и состав включений в них как поисковые признаки на примере Накынского и Алакит-Мархинского кимберлитовых полей" (2020)."
          "career" => ""
          "contact" => "АК "АЛРОСА" (ПАО), Научно-исследовательское геологическое предприятие ; 678170, РС(Я), г. Мирный, Чернышевское ш., 16 ; e-mail: bardukhinovld@alrosa.ru ; http://www.alrosa.ru/"
          "org_name" => null
          "org_subdiv" => ""
          "org_num" => null
          "org_date" => null
          "org_place" => null
          "org_contact" => null
          "org_note" => null
          "user_id" => null
          "created_at" => "2021-02-18 16:21:27"
          "updated_at" => "2022-10-24 10:09:39"
          "type" => "person"
          "eb_descr" => null
          "rinc_id" => null
          "scopus_id" => null
          "spin_code" => null
          "orcid" => null
          "researcher_id" => null
          "research_interests" => "Геология"
          "org_ident" => "канд. геол.-минерал. наук"
          "can_be_sap" => 1
          "x" => null
          "ext_ids" => "SPIN-код: 8903-1224, РИНЦ AuthorID: 947848"
          "p_surname" => null
          "p_initials" => null
          "p_name_patronymic" => null
          "p_lang" => null
          "lang" => "rus"
          "full_name" => "Бардухинов Леонид Даниилович "
          "reference_note" => "Заведующий Лабораторией комплексного исследования алмазов Научно-исследовательского геологического предприятия АК "АЛРОСА" (ПАО). "
          "found_elibrary_profile_by_rinc_authorid" => null
          "rinc_authorid" => null
          "elibrary_fio" => null
          "pivot_book_opac_id" => "NLRS\BIBL\0001697942"
          "pivot_author_opac_id" => "NLRS\AF\0000028793"
          "pivot_relator_code" => null
          "pivot_d_contact" => null
          "pivot_d_ext_ids" => null
          "pivot_d_degree" => "канд. геол.-минерал. наук"
          "pivot_d_surname" => "Бардухинов"
          "pivot_d_initials" => "Л. Д."
          "pivot_d_name_patronymic" => "Леонид Даниилович"
          "pivot_d_p_surname" => null
          "pivot_d_p_initials" => null
          "pivot_d_p_name_patronymic" => null
          "pivot_responsibility_type" => "alternative"
          "pivot_id" => 83366772
        ]
        #changes: []
        #casts: []
        #dates: []
        #dateFormat: null
        #appends: []
        #dispatchesEvents: []
        #observables: []
        #relations: array:1 [
          "pivot" => Illuminate\Database\Eloquent\Relations\Pivot {#1227
            #guarded: []
            #connection: "mysql"
            #table: "author_book"
            #primaryKey: "id"
            #keyType: "int"
            +incrementing: true
            #with: []
            #withCount: []
            #perPage: 15
            +exists: true
            +wasRecentlyCreated: false
            #attributes: array:14 [
              "book_opac_id" => "NLRS\BIBL\0001697942"
              "author_opac_id" => "NLRS\AF\0000028793"
              "relator_code" => null
              "d_contact" => null
              "d_ext_ids" => null
              "d_degree" => "канд. геол.-минерал. наук"
              "d_surname" => "Бардухинов"
              "d_initials" => "Л. Д."
              "d_name_patronymic" => "Леонид Даниилович"
              "d_p_surname" => null
              "d_p_initials" => null
              "d_p_name_patronymic" => null
              "responsibility_type" => "alternative"
              "id" => 83366772
            ]
            #original: array:14 [
              "book_opac_id" => "NLRS\BIBL\0001697942"
              "author_opac_id" => "NLRS\AF\0000028793"
              "relator_code" => null
              "d_contact" => null
              "d_ext_ids" => null
              "d_degree" => "канд. геол.-минерал. наук"
              "d_surname" => "Бардухинов"
              "d_initials" => "Л. Д."
              "d_name_patronymic" => "Леонид Даниилович"
              "d_p_surname" => null
              "d_p_initials" => null
              "d_p_name_patronymic" => null
              "responsibility_type" => "alternative"
              "id" => 83366772
            ]
            #changes: []
            #casts: []
            #dates: []
            #dateFormat: null
            #appends: []
            #dispatchesEvents: []
            #observables: []
            #relations: []
            #touches: []
            +timestamps: false
            #hidden: []
            #visible: []
            #fillable: []
            +pivotParent: App\Models\Book {#831}
            #foreignKey: "book_opac_id"
            #relatedKey: "author_opac_id"
          }
        ]
        #touches: []
        +timestamps: true
        #hidden: []
        #visible: []
        #fillable: []
        #guarded: array:1 [
          0 => "*"
        ]
      }
      #related: App\Models\Book {#1200}
    }
  ]
  3 => array:10 [
    "id" => 1782700
    "name" => "Кедрова Татьяна Владимировна"
    "initials" => "Кедрова Т. В."
    "contact" => null
    "degree" => null
    "research_interests" => null
    "responsibility_type" => "alternative"
    "pivot_id" => 83366773
    "opac_id" => "NLRS\AF\0000028824"
    "books_rel" => Illuminate\Database\Eloquent\Relations\BelongsToMany {#1252
      #table: "author_book"
      #foreignPivotKey: "author_opac_id"
      #relatedPivotKey: "book_opac_id"
      #parentKey: "opac_id"
      #relatedKey: "opac_id"
      #relationName: "books"
      #pivotColumns: []
      #pivotWheres: []
      #pivotWhereIns: []
      #pivotValues: []
      +withTimestamps: false
      #pivotCreatedAt: null
      #pivotUpdatedAt: null
      #using: null
      #accessor: "pivot"
      #query: Illuminate\Database\Eloquent\Builder {#1186
        #query: Illuminate\Database\Query\Builder {#1185
          +connection: Illuminate\Database\MySqlConnection {#674}
          +grammar: Illuminate\Database\Query\Grammars\MySqlGrammar {#675}
          +processor: Illuminate\Database\Query\Processors\MySqlProcessor {#676}
          +bindings: array:7 [
            "select" => []
            "from" => []
            "join" => []
            "where" => array:1 [ …1]
            "having" => []
            "order" => []
            "union" => []
          ]
          +aggregate: null
          +columns: null
          +distinct: false
          +from: "books"
          +joins: array:1 [
            0 => Illuminate\Database\Query\JoinClause {#1253 …25}
          ]
          +wheres: array:1 [
            0 => array:5 [ …5]
          ]
          +groups: null
          +havings: null
          +orders: null
          +limit: null
          +offset: null
          +unions: null
          +unionLimit: null
          +unionOffset: null
          +unionOrders: null
          +lock: null
          +operators: array:29 [
            0 => "="
            1 => "<"
            2 => ">"
            3 => "<="
            4 => ">="
            5 => "<>"
            6 => "!="
            7 => "<=>"
            8 => "like"
            9 => "like binary"
            10 => "not like"
            11 => "ilike"
            12 => "&"
            13 => "|"
            14 => "^"
            15 => "<<"
            16 => ">>"
            17 => "rlike"
            18 => "regexp"
            19 => "not regexp"
            20 => "~"
            21 => "~*"
            22 => "!~"
            23 => "!~*"
            24 => "similar to"
            25 => "not similar to"
            26 => "not ilike"
            27 => "~~*"
            28 => "!~~*"
          ]
          +useWritePdo: false
        }
        #model: App\Models\Book {#1184
          #table: "books"
          #fillable: array:35 [
            0 => "inv_id"
            1 => "opac_id"
            2 => "udk"
            3 => "spec_code"
            4 => "page_count"
            5 => "author"
            6 => "publisher"
            7 => "short_bibl"
            8 => "annotation"
            9 => "keywords"
            10 => "title"
            11 => "otv"
            12 => "pub_place"
            13 => "pub_date"
            14 => "edition_n"
            15 => "serial_n"
            16 => "type"
            17 => "fcont"
            18 => "fform"
            19 => "relation"
            20 => "agreement_num"
            21 => "agreement_date"
            22 => "notes"
            23 => "requester"
            24 => "posting_date"
            25 => "age_restriction"
            26 => "genre"
            27 => "ex_bibrec_op"
            28 => "c_op856"
            29 => "agreement"
            30 => "ex_pdf"
            31 => "ex_jpg"
            32 => "ex_flip"
            33 => "visible"
            34 => "access"
          ]
          #dates: array:5 [
            0 => "posting_date"
            1 => "agreement_date"
            2 => "created_at"
            3 => "updated_at"
            4 => "made_visible_at"
          ]
          #appends: array:4 [
            0 => "cover_thumb"
            1 => "is_on_shelf"
            2 => "title_page_nums"
            3 => "shelf_timestamp"
          ]
          #with: array:4 [
            0 => "collections"
            1 => "authorBookPivots"
            2 => "authorBookPivots.relatorCode"
            3 => "authors"
          ]
          #indexConfigurator: "App\IndexConfigurators\BookIndexConfigurator"
          #mapping: array:3 [
            "_source" => array:1 [
              "excludes" => array:1 [ …1]
            ]
            "_all" => array:1 [
              "enabled" => false
            ]
            "properties" => array:39 [
              "content" => array:1 [ …1]
              "title" => array:5 [ …5]
              "author" => array:3 [ …3]
              "authors_str" => array:4 [ …4]
              "title_and_authors_str" => array:2 [ …2]
              "authors_opac_ids" => array:1 [ …1]
              "authors_ids" => array:1 [ …1]
              "otvs_opac_ids" => array:1 [ …1]
              "otvs_ids" => array:1 [ …1]
              "col_w_anc" => array:1 [ …1]
              "keywords" => array:3 [ …3]
              "type" => array:1 [ …1]
              "sci_type" => array:1 [ …1]
              "genre" => array:1 [ …1]
              "multimedia_type" => array:1 [ …1]
              "langs" => array:1 [ …1]
              "lang_iids" => array:1 [ …1]
              "access" => array:1 [ …1]
              "visible" => array:1 [ …1]
              "fragment_narrations_existence" => array:1 [ …1]
              "reviews_existence" => array:1 [ …1]
              "opac_id" => array:2 [ …2]
              "pub_date" => array:1 [ …1]
              "serial_n" => array:2 [ …2]
              "made_visible_at" => array:1 [ …1]
              "delivery_count" => array:1 [ …1]
              "ocol_w_anc" => array:1 [ …1]
              "scol_w_anc" => array:1 [ …1]
              "publisher" => array:3 [ …3]
              "pub_place" => array:3 [ …3]
              "num_str" => array:2 [ …2]
              "pub_date_str" => array:2 [ …2]
              "nums" => array:1 [ …1]
              "release_date" => array:2 [ …2]
              "col_w_anc_kw" => array:1 [ …1]
              "ocol_w_anc_kw" => array:1 [ …1]
              "scol_w_anc_kw" => array:1 [ …1]
              "visible_kw" => array:1 [ …1]
              "age_restriction" => array:1 [ …1]
            ]
          ]
          #searchRules: array:1 [
            0 => "App\BookSearchRule"
          ]
          #connection: "mysql"
          #primaryKey: "id"
          #keyType: "int"
          +incrementing: true
          #withCount: []
          #perPage: 15
          +exists: false
          +wasRecentlyCreated: false
          #attributes: []
          #original: []
          #changes: []
          #casts: []
          #dateFormat: null
          #dispatchesEvents: []
          #observables: []
          #relations: []
          #touches: []
          +timestamps: true
          #hidden: []
          #visible: []
          #guarded: array:1 [
            0 => "*"
          ]
          -highlight: null
          #scoutMetadata: []
          +mediaConversions: []
          +mediaCollections: []
          #deletePreservingMedia: false
          #unAttachedMediaLibraryItems: []
        }
        #eagerLoad: array:4 [
          "collections" => Closure() {#1187
            class: "Illuminate\Database\Eloquent\Builder"
            this: Illuminate\Database\Eloquent\Builder {#1186}
          }
          "authorBookPivots" => Closure() {#1177
            class: "Illuminate\Database\Eloquent\Builder"
            this: Illuminate\Database\Eloquent\Builder {#1186}
          }
          "authorBookPivots.relatorCode" => Closure() {#1208
            class: "Illuminate\Database\Eloquent\Builder"
            this: Illuminate\Database\Eloquent\Builder {#1186}
          }
          "authors" => Closure() {#1228
            class: "Illuminate\Database\Eloquent\Builder"
            this: Illuminate\Database\Eloquent\Builder {#1186}
          }
        ]
        #localMacros: array:2 [
          "searchable" => Closure(Builder $builder, $chunk = null) {#1250
            class: "Laravel\Scout\SearchableScope"
            this: Laravel\Scout\SearchableScope {#902}
          }
          "unsearchable" => Closure(Builder $builder, $chunk = null) {#1251
            class: "Laravel\Scout\SearchableScope"
            this: Laravel\Scout\SearchableScope {#902}
          }
        ]
        #onDelete: null
        #passthru: array:13 [
          0 => "insert"
          1 => "insertGetId"
          2 => "getBindings"
          3 => "toSql"
          4 => "exists"
          5 => "doesntExist"
          6 => "count"
          7 => "min"
          8 => "max"
          9 => "avg"
          10 => "average"
          11 => "sum"
          12 => "getConnection"
        ]
        #scopes: array:6 [
          "Laravel\Scout\SearchableScope" => Laravel\Scout\SearchableScope {#902}
          "App\Scopes\BooksExceptEcsbEpsCensorshipScope" => App\Scopes\BooksExceptEcsbEpsCensorshipScope {#918}
          "App\Scopes\AgeFilterScope" => App\Scopes\AgeFilterScope {#919}
          "App\Scopes\BooksOnlyVisibleScope" => App\Scopes\BooksOnlyVisibleScope {#920}
          "App\Scopes\BooksExceptLkSamplesScope" => App\Scopes\BooksExceptLkSamplesScope {#921}
          "App\Scopes\BooksWithoutPreprintsScope" => App\Scopes\BooksWithoutPreprintsScope {#922}
        ]
        #removedScopes: []
      }
      #parent: App\Modules\Authors\Models\Author {#1218
        #connection: "mysql"
        #table: "authors"
        #primaryKey: "id"
        #keyType: "int"
        +incrementing: true
        #with: []
        #withCount: []
        #perPage: 15
        +exists: true
        +wasRecentlyCreated: false
        #attributes: array:43 [
          "id" => 1782700
          "opac_id" => "NLRS\AF\0000028824"
          "surname" => "Кедрова"
          "initials" => "Т. В."
          "name_patronymic" => "Татьяна Владимировна"
          "pseudonym" => null
          "degree" => ""
          "lifespan" => null
          "bio" => ""
          "career" => ""
          "contact" => "АК "АЛРОСА" (ПАО), Научно-исследовательское геологическое предприятие ; 678170, РС(Я), г. Мирный, Чернышевское ш., 16 ; http://www.alrosa.ru/"
          "org_name" => null
          "org_subdiv" => ""
          "org_num" => null
          "org_date" => null
          "org_place" => null
          "org_contact" => null
          "org_note" => null
          "user_id" => null
          "created_at" => "2021-02-18 16:21:28"
          "updated_at" => "2022-10-24 10:30:35"
          "type" => "person"
          "eb_descr" => null
          "rinc_id" => null
          "scopus_id" => null
          "spin_code" => null
          "orcid" => null
          "researcher_id" => null
          "research_interests" => "Геология"
          "org_ident" => ""
          "can_be_sap" => 1
          "x" => null
          "ext_ids" => "SPIN-код: 7517-4555, РИНЦ AuthorID: 964382"
          "p_surname" => null
          "p_initials" => null
          "p_name_patronymic" => null
          "p_lang" => null
          "lang" => "rus"
          "full_name" => "Кедрова Татьяна Владимировна "
          "reference_note" => "Старший научный сотрудник Научно-исследовательского геологического предприятия АК "АЛРОСА" (ПАО)."
          "found_elibrary_profile_by_rinc_authorid" => null
          "rinc_authorid" => null
          "elibrary_fio" => null
        ]
        #original: array:57 [
          "id" => 1782700
          "opac_id" => "NLRS\AF\0000028824"
          "surname" => "Кедрова"
          "initials" => "Т. В."
          "name_patronymic" => "Татьяна Владимировна"
          "pseudonym" => null
          "degree" => ""
          "lifespan" => null
          "bio" => ""
          "career" => ""
          "contact" => "АК "АЛРОСА" (ПАО), Научно-исследовательское геологическое предприятие ; 678170, РС(Я), г. Мирный, Чернышевское ш., 16 ; http://www.alrosa.ru/"
          "org_name" => null
          "org_subdiv" => ""
          "org_num" => null
          "org_date" => null
          "org_place" => null
          "org_contact" => null
          "org_note" => null
          "user_id" => null
          "created_at" => "2021-02-18 16:21:28"
          "updated_at" => "2022-10-24 10:30:35"
          "type" => "person"
          "eb_descr" => null
          "rinc_id" => null
          "scopus_id" => null
          "spin_code" => null
          "orcid" => null
          "researcher_id" => null
          "research_interests" => "Геология"
          "org_ident" => ""
          "can_be_sap" => 1
          "x" => null
          "ext_ids" => "SPIN-код: 7517-4555, РИНЦ AuthorID: 964382"
          "p_surname" => null
          "p_initials" => null
          "p_name_patronymic" => null
          "p_lang" => null
          "lang" => "rus"
          "full_name" => "Кедрова Татьяна Владимировна "
          "reference_note" => "Старший научный сотрудник Научно-исследовательского геологического предприятия АК "АЛРОСА" (ПАО)."
          "found_elibrary_profile_by_rinc_authorid" => null
          "rinc_authorid" => null
          "elibrary_fio" => null
          "pivot_book_opac_id" => "NLRS\BIBL\0001697942"
          "pivot_author_opac_id" => "NLRS\AF\0000028824"
          "pivot_relator_code" => null
          "pivot_d_contact" => null
          "pivot_d_ext_ids" => null
          "pivot_d_degree" => null
          "pivot_d_surname" => "Кедрова"
          "pivot_d_initials" => "Т. В."
          "pivot_d_name_patronymic" => "Татьяна Владимировна"
          "pivot_d_p_surname" => null
          "pivot_d_p_initials" => null
          "pivot_d_p_name_patronymic" => null
          "pivot_responsibility_type" => "alternative"
          "pivot_id" => 83366773
        ]
        #changes: []
        #casts: []
        #dates: []
        #dateFormat: null
        #appends: []
        #dispatchesEvents: []
        #observables: []
        #relations: array:1 [
          "pivot" => Illuminate\Database\Eloquent\Relations\Pivot {#1241
            #guarded: []
            #connection: "mysql"
            #table: "author_book"
            #primaryKey: "id"
            #keyType: "int"
            +incrementing: true
            #with: []
            #withCount: []
            #perPage: 15
            +exists: true
            +wasRecentlyCreated: false
            #attributes: array:14 [ …14]
            #original: array:14 [ …14]
            #changes: []
            #casts: []
            #dates: []
            #dateFormat: null
            #appends: []
            #dispatchesEvents: []
            #observables: []
            #relations: []
            #touches: []
            +timestamps: false
            #hidden: []
            #visible: []
            #fillable: []
            +pivotParent: App\Models\Book {#831}
            #foreignKey: "book_opac_id"
            #relatedKey: "author_opac_id"
          }
        ]
        #touches: []
        +timestamps: true
        #hidden: []
        #visible: []
        #fillable: []
        #guarded: array:1 [
          0 => "*"
        ]
      }
      #related: App\Models\Book {#1184}
    }
  ]
  4 => array:10 [
    "id" => 7322
    "name" => "Толстов Александр Васильевич"
    "initials" => "Толстов А. В."
    "contact" => null
    "degree" => "д-р геол.-минерал. наук"
    "research_interests" => null
    "responsibility_type" => "alternative"
    "pivot_id" => 83366774
    "opac_id" => "NLRS\AF\0000013823"
    "books_rel" => Illuminate\Database\Eloquent\Relations\BelongsToMany {#1214
      #table: "author_book"
      #foreignPivotKey: "author_opac_id"
      #relatedPivotKey: "book_opac_id"
      #parentKey: "opac_id"
      #relatedKey: "opac_id"
      #relationName: "books"
      #pivotColumns: []
      #pivotWheres: []
      #pivotWhereIns: []
      #pivotValues: []
      +withTimestamps: false
      #pivotCreatedAt: null
      #pivotUpdatedAt: null
      #using: null
      #accessor: "pivot"
      #query: Illuminate\Database\Eloquent\Builder {#1245
        #query: Illuminate\Database\Query\Builder {#1238
          +connection: Illuminate\Database\MySqlConnection {#674}
          +grammar: Illuminate\Database\Query\Grammars\MySqlGrammar {#675}
          +processor: Illuminate\Database\Query\Processors\MySqlProcessor {#676}
          +bindings: array:7 [
            "select" => []
            "from" => []
            "join" => []
            "where" => array:1 [ …1]
            "having" => []
            "order" => []
            "union" => []
          ]
          +aggregate: null
          +columns: null
          +distinct: false
          +from: "books"
          +joins: array:1 [
            0 => Illuminate\Database\Query\JoinClause {#1213 …25}
          ]
          +wheres: array:1 [
            0 => array:5 [ …5]
          ]
          +groups: null
          +havings: null
          +orders: null
          +limit: null
          +offset: null
          +unions: null
          +unionLimit: null
          +unionOffset: null
          +unionOrders: null
          +lock: null
          +operators: array:29 [
            0 => "="
            1 => "<"
            2 => ">"
            3 => "<="
            4 => ">="
            5 => "<>"
            6 => "!="
            7 => "<=>"
            8 => "like"
            9 => "like binary"
            10 => "not like"
            11 => "ilike"
            12 => "&"
            13 => "|"
            14 => "^"
            15 => "<<"
            16 => ">>"
            17 => "rlike"
            18 => "regexp"
            19 => "not regexp"
            20 => "~"
            21 => "~*"
            22 => "!~"
            23 => "!~*"
            24 => "similar to"
            25 => "not similar to"
            26 => "not ilike"
            27 => "~~*"
            28 => "!~~*"
          ]
          +useWritePdo: false
        }
        #model: App\Models\Book {#1248
          #table: "books"
          #fillable: array:35 [
            0 => "inv_id"
            1 => "opac_id"
            2 => "udk"
            3 => "spec_code"
            4 => "page_count"
            5 => "author"
            6 => "publisher"
            7 => "short_bibl"
            8 => "annotation"
            9 => "keywords"
            10 => "title"
            11 => "otv"
            12 => "pub_place"
            13 => "pub_date"
            14 => "edition_n"
            15 => "serial_n"
            16 => "type"
            17 => "fcont"
            18 => "fform"
            19 => "relation"
            20 => "agreement_num"
            21 => "agreement_date"
            22 => "notes"
            23 => "requester"
            24 => "posting_date"
            25 => "age_restriction"
            26 => "genre"
            27 => "ex_bibrec_op"
            28 => "c_op856"
            29 => "agreement"
            30 => "ex_pdf"
            31 => "ex_jpg"
            32 => "ex_flip"
            33 => "visible"
            34 => "access"
          ]
          #dates: array:5 [
            0 => "posting_date"
            1 => "agreement_date"
            2 => "created_at"
            3 => "updated_at"
            4 => "made_visible_at"
          ]
          #appends: array:4 [
            0 => "cover_thumb"
            1 => "is_on_shelf"
            2 => "title_page_nums"
            3 => "shelf_timestamp"
          ]
          #with: array:4 [
            0 => "collections"
            1 => "authorBookPivots"
            2 => "authorBookPivots.relatorCode"
            3 => "authors"
          ]
          #indexConfigurator: "App\IndexConfigurators\BookIndexConfigurator"
          #mapping: array:3 [
            "_source" => array:1 [
              "excludes" => array:1 [ …1]
            ]
            "_all" => array:1 [
              "enabled" => false
            ]
            "properties" => array:39 [
              "content" => array:1 [ …1]
              "title" => array:5 [ …5]
              "author" => array:3 [ …3]
              "authors_str" => array:4 [ …4]
              "title_and_authors_str" => array:2 [ …2]
              "authors_opac_ids" => array:1 [ …1]
              "authors_ids" => array:1 [ …1]
              "otvs_opac_ids" => array:1 [ …1]
              "otvs_ids" => array:1 [ …1]
              "col_w_anc" => array:1 [ …1]
              "keywords" => array:3 [ …3]
              "type" => array:1 [ …1]
              "sci_type" => array:1 [ …1]
              "genre" => array:1 [ …1]
              "multimedia_type" => array:1 [ …1]
              "langs" => array:1 [ …1]
              "lang_iids" => array:1 [ …1]
              "access" => array:1 [ …1]
              "visible" => array:1 [ …1]
              "fragment_narrations_existence" => array:1 [ …1]
              "reviews_existence" => array:1 [ …1]
              "opac_id" => array:2 [ …2]
              "pub_date" => array:1 [ …1]
              "serial_n" => array:2 [ …2]
              "made_visible_at" => array:1 [ …1]
              "delivery_count" => array:1 [ …1]
              "ocol_w_anc" => array:1 [ …1]
              "scol_w_anc" => array:1 [ …1]
              "publisher" => array:3 [ …3]
              "pub_place" => array:3 [ …3]
              "num_str" => array:2 [ …2]
              "pub_date_str" => array:2 [ …2]
              "nums" => array:1 [ …1]
              "release_date" => array:2 [ …2]
              "col_w_anc_kw" => array:1 [ …1]
              "ocol_w_anc_kw" => array:1 [ …1]
              "scol_w_anc_kw" => array:1 [ …1]
              "visible_kw" => array:1 [ …1]
              "age_restriction" => array:1 [ …1]
            ]
          ]
          #searchRules: array:1 [
            0 => "App\BookSearchRule"
          ]
          #connection: "mysql"
          #primaryKey: "id"
          #keyType: "int"
          +incrementing: true
          #withCount: []
          #perPage: 15
          +exists: false
          +wasRecentlyCreated: false
          #attributes: []
          #original: []
          #changes: []
          #casts: []
          #dateFormat: null
          #dispatchesEvents: []
          #observables: []
          #relations: []
          #touches: []
          +timestamps: true
          #hidden: []
          #visible: []
          #guarded: array:1 [
            0 => "*"
          ]
          -highlight: null
          #scoutMetadata: []
          +mediaConversions: []
          +mediaCollections: []
          #deletePreservingMedia: false
          #unAttachedMediaLibraryItems: []
        }
        #eagerLoad: array:4 [
          "collections" => Closure() {#1242
            class: "Illuminate\Database\Eloquent\Builder"
            this: Illuminate\Database\Eloquent\Builder {#1245}
          }
          "authorBookPivots" => Closure() {#1173
            class: "Illuminate\Database\Eloquent\Builder"
            this: Illuminate\Database\Eloquent\Builder {#1245}
          }
          "authorBookPivots.relatorCode" => Closure() {#1226
            class: "Illuminate\Database\Eloquent\Builder"
            this: Illuminate\Database\Eloquent\Builder {#1245}
          }
          "authors" => Closure() {#1209
            class: "Illuminate\Database\Eloquent\Builder"
            this: Illuminate\Database\Eloquent\Builder {#1245}
          }
        ]
        #localMacros: array:2 [
          "searchable" => Closure(Builder $builder, $chunk = null) {#1216
            class: "Laravel\Scout\SearchableScope"
            this: Laravel\Scout\SearchableScope {#902}
          }
          "unsearchable" => Closure(Builder $builder, $chunk = null) {#1215
            class: "Laravel\Scout\SearchableScope"
            this: Laravel\Scout\SearchableScope {#902}
          }
        ]
        #onDelete: null
        #passthru: array:13 [
          0 => "insert"
          1 => "insertGetId"
          2 => "getBindings"
          3 => "toSql"
          4 => "exists"
          5 => "doesntExist"
          6 => "count"
          7 => "min"
          8 => "max"
          9 => "avg"
          10 => "average"
          11 => "sum"
          12 => "getConnection"
        ]
        #scopes: array:6 [
          "Laravel\Scout\SearchableScope" => Laravel\Scout\SearchableScope {#902}
          "App\Scopes\BooksExceptEcsbEpsCensorshipScope" => App\Scopes\BooksExceptEcsbEpsCensorshipScope {#918}
          "App\Scopes\AgeFilterScope" => App\Scopes\AgeFilterScope {#919}
          "App\Scopes\BooksOnlyVisibleScope" => App\Scopes\BooksOnlyVisibleScope {#920}
          "App\Scopes\BooksExceptLkSamplesScope" => App\Scopes\BooksExceptLkSamplesScope {#921}
          "App\Scopes\BooksWithoutPreprintsScope" => App\Scopes\BooksWithoutPreprintsScope {#922}
        ]
        #removedScopes: []
      }
      #parent: App\Modules\Authors\Models\Author {#1223
        #connection: "mysql"
        #table: "authors"
        #primaryKey: "id"
        #keyType: "int"
        +incrementing: true
        #with: []
        #withCount: []
        #perPage: 15
        +exists: true
        +wasRecentlyCreated: false
        #attributes: array:43 [
          "id" => 7322
          "opac_id" => "NLRS\AF\0000013823"
          "surname" => "Толстов"
          "initials" => "А. В."
          "name_patronymic" => "Александр Васильевич"
          "pseudonym" => null
          "degree" => "д-р геол.-минерал. наук"
          "lifespan" => "1961"
          "bio" => "Родился в с. Подгорное Тамбовской области. Окончил Старооскольский геологоразведочный техникум и Воронежский университет. Защитил кандидатскую диссертацию на тему "Геологическое строение, состав и рудоносность кор выветривания массива Томтор" (1996), докторскую на тему "Закономерности образования и размещения главных рудоносных формаций северной части Сибирской платформы" (2006)."
          "career" => "Работал в Амакинской экспедиции, Якутском научно-исследовательском геологоразведочном предприятии ЦНИГРИ, в 2002-2012 гг. - главный геолог Ботуобинской экспедиции АК "АЛРОСА"."
          "contact" => "Институт геологии алмаза и благородных металлов СО РАН ; 677000, г. Якутск, пр-т Ленина, 39 ; e-mail: tols61@mail.ru ; http://diamond.ysn.ru/"
          "org_name" => null
          "org_subdiv" => ""
          "org_num" => null
          "org_date" => null
          "org_place" => null
          "org_contact" => null
          "org_note" => null
          "user_id" => null
          "created_at" => "2018-12-06 07:06:51"
          "updated_at" => "2018-12-06 07:06:51"
          "type" => "person"
          "eb_descr" => null
          "rinc_id" => null
          "scopus_id" => null
          "spin_code" => null
          "orcid" => null
          "researcher_id" => null
          "research_interests" => "Геология, поиск и разведка твердых полезных ископаемых, минерагения"
          "org_ident" => "д-р геол.-минерал. наук"
          "can_be_sap" => 1
          "x" => ""
          "ext_ids" => "SPIN-код: 7895-6601, РИНЦ AuthorID: 452760"
          "p_surname" => null
          "p_initials" => null
          "p_name_patronymic" => null
          "p_lang" => null
          "lang" => "rus"
          "full_name" => "Толстов Александр Васильевич "
          "reference_note" => "Геолог. Ведущий научный сотрудник Лаборатории геологии и минералогии благородных металлов Института геологии алмаза и благородных металлов СО РАН. Академик РАЕН, почетный разведчик недр России, заслуженный геолог Якутии, лауреат премии А. Н. Косыгина."
          "found_elibrary_profile_by_rinc_authorid" => null
          "rinc_authorid" => null
          "elibrary_fio" => null
        ]
        #original: array:57 [
          "id" => 7322
          "opac_id" => "NLRS\AF\0000013823"
          "surname" => "Толстов"
          "initials" => "А. В."
          "name_patronymic" => "Александр Васильевич"
          "pseudonym" => null
          "degree" => "д-р геол.-минерал. наук"
          "lifespan" => "1961"
          "bio" => "Родился в с. Подгорное Тамбовской области. Окончил Старооскольский геологоразведочный техникум и Воронежский университет. Защитил кандидатскую диссертацию на тему "Геологическое строение, состав и рудоносность кор выветривания массива Томтор" (1996), докторскую на тему "Закономерности образования и размещения главных рудоносных формаций северной части Сибирской платформы" (2006)."
          "career" => "Работал в Амакинской экспедиции, Якутском научно-исследовательском геологоразведочном предприятии ЦНИГРИ, в 2002-2012 гг. - главный геолог Ботуобинской экспедиции АК "АЛРОСА"."
          "contact" => "Институт геологии алмаза и благородных металлов СО РАН ; 677000, г. Якутск, пр-т Ленина, 39 ; e-mail: tols61@mail.ru ; http://diamond.ysn.ru/"
          "org_name" => null
          "org_subdiv" => ""
          "org_num" => null
          "org_date" => null
          "org_place" => null
          "org_contact" => null
          "org_note" => null
          "user_id" => null
          "created_at" => "2018-12-06 07:06:51"
          "updated_at" => "2018-12-06 07:06:51"
          "type" => "person"
          "eb_descr" => null
          "rinc_id" => null
          "scopus_id" => null
          "spin_code" => null
          "orcid" => null
          "researcher_id" => null
          "research_interests" => "Геология, поиск и разведка твердых полезных ископаемых, минерагения"
          "org_ident" => "д-р геол.-минерал. наук"
          "can_be_sap" => 1
          "x" => ""
          "ext_ids" => "SPIN-код: 7895-6601, РИНЦ AuthorID: 452760"
          "p_surname" => null
          "p_initials" => null
          "p_name_patronymic" => null
          "p_lang" => null
          "lang" => "rus"
          "full_name" => "Толстов Александр Васильевич "
          "reference_note" => "Геолог. Ведущий научный сотрудник Лаборатории геологии и минералогии благородных металлов Института геологии алмаза и благородных металлов СО РАН. Академик РАЕН, почетный разведчик недр России, заслуженный геолог Якутии, лауреат премии А. Н. Косыгина."
          "found_elibrary_profile_by_rinc_authorid" => null
          "rinc_authorid" => null
          "elibrary_fio" => null
          "pivot_book_opac_id" => "NLRS\BIBL\0001697942"
          "pivot_author_opac_id" => "NLRS\AF\0000013823"
          "pivot_relator_code" => null
          "pivot_d_contact" => null
          "pivot_d_ext_ids" => null
          "pivot_d_degree" => "д-р геол.-минерал. наук"
          "pivot_d_surname" => "Толстов"
          "pivot_d_initials" => "А. В."
          "pivot_d_name_patronymic" => "Александр Васильевич"
          "pivot_d_p_surname" => null
          "pivot_d_p_initials" => null
          "pivot_d_p_name_patronymic" => null
          "pivot_responsibility_type" => "alternative"
          "pivot_id" => 83366774
        ]
        #changes: []
        #casts: []
        #dates: []
        #dateFormat: null
        #appends: []
        #dispatchesEvents: []
        #observables: []
        #relations: array:1 [
          "pivot" => Illuminate\Database\Eloquent\Relations\Pivot {#1222
            #guarded: []
            #connection: "mysql"
            #table: "author_book"
            #primaryKey: "id"
            #keyType: "int"
            +incrementing: true
            #with: []
            #withCount: []
            #perPage: 15
            +exists: true
            +wasRecentlyCreated: false
            #attributes: array:14 [ …14]
            #original: array:14 [ …14]
            #changes: []
            #casts: []
            #dates: []
            #dateFormat: null
            #appends: []
            #dispatchesEvents: []
            #observables: []
            #relations: []
            #touches: []
            +timestamps: false
            #hidden: []
            #visible: []
            #fillable: []
            +pivotParent: App\Models\Book {#831}
            #foreignKey: "book_opac_id"
            #relatedKey: "author_opac_id"
          }
        ]
        #touches: []
        +timestamps: true
        #hidden: []
        #visible: []
        #fillable: []
        #guarded: array:1 [
          0 => "*"
        ]
      }
      #related: App\Models\Book {#1248}
    }
  ]
]