const classProps = {
  typeName: `files`,
  filters: {
    project_id(qb, value) {
      return qb.whereIn(`project_id`, value);