Difference between includes and items in: client.getEntries({ content_type: "headerNavigationItems"})

in the response i see properties includes and items. Items are all items for content_types “headerNavigationItems”. Includes are references to entries with this content_type?

Bonus question: Can I query for multiple content_types like this?
{ content_type: [“headerNavigationItems”, “generalLink”] }