A callback for a local scope.
typedef LocalScopeCallback<T extends OrmEntity> = Query<T> Function(Query<T> query, List<Object?> args);