**Problem Statement:**
Given the required input arguments, write an efficient algorithm to solve the **Design Twitter** problem. Implement the required logic as specified by standard definitions for this classic algorithmic challenge.
**Hint / Expected Approach:**
Hash map + min-heap merge recent k tweets
**Edge Cases to Consider:**
- (1) Unfollow own account
- (2) No tweets yet
- (3) User follows many with sparse tweets