@GET("/v1/api/story/mystories") abstract fun stories(@Query("last_id") lastId: String? = null): Call<List<Story>>