getAllByProject: ({ where: { project_id } }) =>
      pipe([
        tap(() => {
          assert(project_id);
        }),