export class ElasticResponseConfig { public static readonly responses: string = 'responses'; public static readonly hits: string = 'hits'; public static readonly source: string = '_source'; public static readonly shards: string = '_shards'; }