const classProps = {
  typeName: 'community',
  filters: {
    id: function (qb, value) {
      return qb.whereIn('id', value);