A hook that is run after a find (select) query
A hook that is run at the start of Model.count
Runs before the definition of the model changes because ModelDefinition#refreshAttributes was called.
A hook that is run before a find (select) query
A hook that is run before a find (select) query, after any { include: {all: ...} } options are expanded
A hook that is run before a find (select) query, after all option have been normalized
A hook that is run at the start of Model.sync
Runs after the definition of the model has changed because ModelDefinition#refreshAttributes was called.