If the @DbLookup key is valid for multiple documents, it will return a list. All @DbColumns will return a list (unless there is only one value in the Lookup View). If you want to return only one value, use
@Subset(@DB Function; 1)or
@Subset(@DB Function; -1).