@override Future<List<T>> getAllForRelation<S extends DataModel>(S entity) { return getAllForRelationById(entity.id!); }