export type optsMultiple = {
  include?: string | string[]
  sort?: string
  fields?: string[]
  limit?: number