import { Schema } from 'querymen' const querySchema = new Schema({ something: { type: // -> objectId { })
import { Schema } from 'querymen'
const querySchema = new Schema({
something: {
type: // -> objectId
{
})