Add tag names to Get Blog Posts API

See this:

It would be awesome to get something back like we for the search api eg:

        "tags": \[

            "Case Studies",

            "Snapt Aria",

            "Load Balancing",

            "HAProxy",

            "Ecosystem"

        ],

Instead of having to do another lookup for tag names:

        "tagIds": \[

            10699998339,

            49539978933,

            50276136876,

            51866836888

        ],

I need this and I need it like yesterday.

Hoping I’m wrong, but based on the dev docs I believe we still have to first query blogs, then query blog tags separately by ID to get the tag names. This is really ineffcient with large data sets—I can’t be querying 3000 blogs and then using the tag Ids associated to each blog to then query tags for each blog just to get tag names for display on the front end.