{ total: length, recent: ( sort_by(.created_at) | reverse | map(select(((.tags // []) | index("chat")) | not)) | .[:8] | map({id: .id, created_at: .created_at, tags: .tags, source: .source, content: .content}) ) }