getString(R.string.notes) -> {
                libraryListAdapter = LibraryListAdapter(LibraryTypes.NOTE)
                vm.fetchNotes().observe(thisLifecycleOwner) {
                    if (it.isNullOrEmpty()) {
                        libraryListAdapter.submitList(emptyList())