I'm getting three terminal errors on nvim v0.7.0's checkhealth

Machine: debian 11
Terminal: kitty
Neovim: v0.7.0

init.vim

syntax enable
let g:solarized_termcolors=256
set background=light
colorscheme solarized

After typing :checkhealth , I get

## terminal
  - INFO: key_backspace (kbs) terminfo entry: key_backspace=\177
  - INFO: key_dc (kdch1) terminfo entry: key_dc=\E[3~
  - INFO: $COLORTERM='truecolor'

How do i fix these errors?

There are not errors. It says ‘INFO’ right there. No need to worry about these.