Called when trying to add a new item, Must return the added item, or throw an error if it's failed to add.
error
@protected Future<T> onCreate(T newItem) async { return newItem; }