if you don't suspect clients of that API to cast a...
# announcements
k
if you don't suspect clients of that API to cast and modify the list, you can just return
_items
as
MutableList<T>
is a subtype if
List<T>