(options: UpdateOptions<TAttributes>)
| 50 | beforeBulkRestore(options: RestoreOptions<TAttributes>): HookReturn; |
| 51 | afterBulkRestore(options: RestoreOptions<TAttributes>): HookReturn; |
| 52 | beforeBulkUpdate(options: UpdateOptions<TAttributes>): HookReturn; |
| 53 | afterBulkUpdate(options: UpdateOptions<TAttributes>): HookReturn; |
| 54 | beforeFind(options: FindOptions<TAttributes>): HookReturn; |
| 55 | beforeCount(options: CountOptions<TAttributes>): HookReturn; |