package awais.instagrabber.repositories.responses class PostsFetchResponse( val feedModels: List, val hasNextPage: Boolean, val nextCursor: String? )