Allows modification of incoming data before insertion.
Future<List<T>> modifyListBeforeInsert(List<T> data) async => data;